django-polymorphic
django-polymorphic copied to clipboard
The objects which were transmogrified aren't initialized correctly if they implement `__init__` method.
When the real_object has a different class from real_class, it gets transmogrified into real_class.
When it implements __init__, it is not called.
https://github.com/jazzband/django-polymorphic/pull/614