/polymorphic/models.py

https://bitbucket.org/bconstantin/django_polymorphic/ · Python · 10 lines · 0 code · 0 blank · 10 comment · 0 complexity · 7c0b79762f6d756a8f626eb75250a7be MD5 · raw file

  1. # -*- coding: utf-8 -*-
  2. """
  3. IMPORTANT:
  4. The models.py module is not used anymore.
  5. Please use the following import method in your apps:
  6. from polymorphic import PolymorphicModel, ...
  7. """