django-polymorphic/pexp
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
..
management removed __getattribute__ hack from PolymorphicModel. 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
dumpdata_test_correct_output.txt polymorphic_dumpdata management command functionality removed; 2010-10-20 09:31:42 +02:00
models.py removed __getattribute__ hack from PolymorphicModel. 2010-10-20 09:31:42 +02:00
tests.py Restructured django_polymorphic into a regular add-on application. 2010-01-29 13:41:19 +01:00
views.py Restructured django_polymorphic into a regular add-on application. 2010-01-29 13:41:19 +01:00