django-polymodels icon indicating copy to clipboard operation
django-polymodels copied to clipboard

Polymorphic models implementation for django.

Results 4 django-polymodels issues
Sort by recently updated
recently updated
newest added

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.

enhancement

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...