Remove polymorphic_dumpdata command and assorted scripts.

The polymorphic_dumpdata command carried a deprecation note for a long
time now. The scripts for testing python versions are replaced by tox already.
This commit is contained in:
Diederik van der Boor
2013-03-28 14:10:03 +01:00
parent 06ac5a4795
commit e7a2340723
6 changed files with 0 additions and 117 deletions
View File
@@ -1,9 +0,0 @@
"""
polymorphic_dumpdata has been disabled since it's no longer needed
(this is now handled by polymorphic.base.PolymorphicModelBase).
"""
assert False, """
ERROR: The management command polymorphic_dumpdata is no longer supported or needed.
Please use the standard Django dumpdata management command instead!
"""