/polymorphic/management/commands/polymorphic_dumpdata.py
https://bitbucket.org/bconstantin/django_polymorphic/ · Python · 9 lines · 4 code · 0 blank · 5 comment · 1 complexity · 29076a6c7aa21bc623eb67cf0b073ded MD5 · raw file
- """
- 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!
- """