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.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
rm -f /var/tmp/django-polymorphic-test-db.sqlite3
|
||||
rm -f /ram/django-polymorphic-test-db.sqlite3
|
||||
|
||||
TMPFILE=/tmp/django-polymorphic-test.dump
|
||||
|
||||
PYCMD="python$1"
|
||||
|
||||
Reference in New Issue
Block a user