/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

  1. """
  2. polymorphic_dumpdata has been disabled since it's no longer needed
  3. (this is now handled by polymorphic.base.PolymorphicModelBase).
  4. """
  5. assert False, """
  6. ERROR: The management command polymorphic_dumpdata is no longer supported or needed.
  7. Please use the standard Django dumpdata management command instead!
  8. """