jazzband / django-polymorphic

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

Fixed bug in checking the existence of custom __init__ method in an o… #614

Open bdabrowski opened 3 months ago

bdabrowski commented 3 months ago

…bject. The init wasn't called previously.

https://github.com/jazzband/django-polymorphic/issues/615