django-polymorphic/pexp/management/commands
Bert Constantin 6628145af7 removed __getattribute__ hack from PolymorphicModel.
A somewhat cleaner solution is now used (through __init__) which
also completely removes the performance impact of __getattribute__.
2010-10-20 09:31:42 +02:00
..
__init__.py Restructured django_polymorphic into a regular add-on application. 2010-01-29 13:41:19 +01:00
pcmd.py removed __getattribute__ hack from PolymorphicModel. 2010-10-20 09:31:42 +02:00
polybench.py Documentation updated. 2010-10-20 09:31:36 +02:00
polymorphic_create_test_data.py polymorphic_dumpdata management command functionality removed; 2010-10-20 09:31:42 +02:00