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 polymorphic_dumpdata management command functionality removed; 2010-10-20 09:31:42 +02:00
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 PEP 8 cleaning 2011-12-20 18:59:50 +00:00
admin.py Improve PolymorphicParentAdmin, simplify, fix templates 2012-07-13 16:01:58 +02:00
base.py PEP 8 cleaning 2011-12-20 18:59:50 +00:00
compatibility_tools.py PEP 8 cleaning 2011-12-20 18:59:50 +00:00
manager.py Explicit is better than implicit 2012-01-09 16:47:59 +01:00
models.py IMPORTANT: import path changed, it's now: "from polymorphic import PolymorphicModel, ..." 2010-02-22 16:16:00 +01:00
polymorphic_model.py PEP 8 cleaning 2011-12-20 18:59:50 +00:00
query.py PEP 8 cleaning 2011-12-20 18:59:50 +00:00
query_translate.py PEP 8 cleaning 2011-12-20 18:59:50 +00:00
showfields.py PEP 8 cleaning 2011-12-20 18:59:50 +00:00
tests.py Fixed github issue 15 (query result incomplete with inheritance). Thanks to John Debs. 2011-01-24 17:03:23 +01:00
tools_for_tests.py PEP 8 cleaning 2011-12-20 18:59:50 +00:00