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:
@@ -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!
|
||||
"""
|
||||
Reference in New Issue
Block a user