django-polymorphic/poly
Bert Constantin 53d82def56 (IMPORTANT, 2010-1-26 new db schema.) This patch here fixes issue 1 (github)
In PolymorphicModelBase.__new__ we work around a limitation with the
app_label detection in Django ModelBase (which could raise IndexError).
2010-01-28 20:45:28 +01:00
..
management IMPORTANT: DB schema changed: Django's ContentType is now used 2010-01-26 22:31:56 +01:00
__init__.py initial commit 2010-01-15 21:13:36 +01:00
models.py updated docs, and moved them to DOCS.rst and README.rst 2010-01-26 14:28:22 +01:00
polymorphic.py (IMPORTANT, 2010-1-26 new db schema.) This patch here fixes issue 1 (github) 2010-01-28 20:45:28 +01:00
tests.py IMPORTANT: DB schema changed: Django's ContentType is now used 2010-01-26 22:31:56 +01:00