django-polymorphic/polymorphic/admin
Diederik van der Boor c1ee5aad0b Improve #215 to handle cases where the real_admin points back to self.
When the base model also serves as child model, the flow no longer
points to the child admin, but returns `self` instead. Either every user
of `_get_real_admin()` should detect this, or we return the super method
as convenience.
2016-06-13 10:53:29 +02:00
..
__init__.py Convert `admin.py` into a package. 2016-06-10 14:25:06 +02:00
childadmin.py Convert `admin.py` into a package. 2016-06-10 14:25:06 +02:00
filters.py Convert `admin.py` into a package. 2016-06-10 14:25:06 +02:00
forms.py Convert `admin.py` into a package. 2016-06-10 14:25:06 +02:00
parentadmin.py Improve #215 to handle cases where the real_admin points back to self. 2016-06-13 10:53:29 +02:00