10 lines
322 B
Python
10 lines
322 B
Python
"""
|
|
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!
|
|
"""
|