django-polymorphic/pexp
Bert Constantin a87481b8b5 polymorphic_dumpdata management command functionality removed;
the regular Django dumpdata command now automatically works correctly
for polymorphic models and all Django versions
(this is handled by PolymorphicModelBase now).
Testing for dumpdata has been added.
2010-10-20 09:31:42 +02:00
..
management polymorphic_dumpdata management command functionality removed; 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 - renamed ShowField* to ShowFieldType, ShowFieldContent, ShowFieldTypeAndContent, in order to reflect better what they do. 2010-10-19 21:28:33 +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