jazzband / django-polymorphic

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

Fix for broken fix about multi-fields in single line #552

Closed morsik closed 1 year ago

morsik commented 1 year ago

Fix for error in https://github.com/django-polymorphic/django-polymorphic/pull/539

Restore for loop so the code works correctly again. This is exactly how it works in my code I overriden in my subclass.

Sorry for that :(