/polymorphic/models.py
https://bitbucket.org/bconstantin/django_polymorphic/ · Python · 10 lines · 0 code · 0 blank · 10 comment · 0 complexity · 7c0b79762f6d756a8f626eb75250a7be MD5 · raw file
- # -*- coding: utf-8 -*-
- """
- IMPORTANT:
- The models.py module is not used anymore.
- Please use the following import method in your apps:
- from polymorphic import PolymorphicModel, ...
- """