django-polymorphic/polymorphic
Diederik van der Boor b2e308d30c Improve PolymorphicParentAdmin, simplify, fix templates
During the development of django-polymorphic-tree it was discovered that
the PolymorphicParentModelAdmin could actually be made much simpler.
It features a `child_models` attribute now, so there is very little code
needed to actually implement a polymorphic admin now.

Also found various issues which are together fixed in this commit for
pulling.
2012-07-13 16:01:58 +02:00
..
management
templates/admin/polymorphic Improve PolymorphicParentAdmin, simplify, fix templates 2012-07-13 16:01:58 +02:00
templatetags Added polymorphic admin interface 2012-07-05 23:16:46 +02:00
__init__.py
admin.py Improve PolymorphicParentAdmin, simplify, fix templates 2012-07-13 16:01:58 +02:00
base.py
compatibility_tools.py
manager.py
models.py
polymorphic_model.py
query.py
query_translate.py
showfields.py
tests.py
tools_for_tests.py