django-polymorphic/polymorphic
Bert Constantin c7ac78e08d Fixed ContentType related field accessor clash (an error emitted by model validation),
by adding related_name to the ContentType ForeignKey. Thanks to  Andrew Ingram.
This happened if a polymorphc model used a ContentType ForeignKey.
Plus minor documentation updates.
2010-01-30 14:15:52 +01:00
..
management Restructured django_polymorphic into a regular add-on application. 2010-01-29 13:41:19 +01:00
__init__.py Restructured django_polymorphic into a regular add-on application. 2010-01-29 13:41:19 +01:00
models.py Restructured django_polymorphic into a regular add-on application. 2010-01-29 13:41:19 +01:00
polymorphic.py Fixed ContentType related field accessor clash (an error emitted by model validation), 2010-01-30 14:15:52 +01:00
tests.py Fixed ContentType related field accessor clash (an error emitted by model validation), 2010-01-30 14:15:52 +01:00