django-polymodels
django-polymodels copied to clipboard
Polymorphic models implementation for django.
This is a workaround for [Django #24182](https://code.djangoproject.com/ticket/24182).
It's not possible right now because of the fact `subclasses_accessors` are not attached to models created during migrations.
One should be able to define the type of an object based on another kind of field. For example: 1. The first two characters of a string primary key might...
An error happens in migration