jazzband / django-polymorphic

Improved Django model inheritance with automatic downcasting
https://django-polymorphic.readthedocs.io
Other
1.66k stars 282 forks source link

Replace string interpolation and .format calls with f-strings #566

Closed akx closed 11 months ago

akx commented 11 months ago

Guided by ruff --select=UP + flynt, hand-checked afterwards.

j-antunes commented 11 months ago

Thanks for you work in this PR!