django-polymorphic/pexp
Bert Constantin 116e2af08b IMPORTANT: import path changed, it's now: "from polymorphic import PolymorphicModel, ..."
- added python2.4 compatibility. Contributed by Charles Leifer. Thanks!
- general reorganization of the code - there is no single polymorphic.py module anymore,
  so d-p now needs to be installed as a regular Django app
- polymorphic.VERSION/get_version added
- version numbering started: V0.5 beta
2010-02-22 16:16:00 +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 IMPORTANT: import path changed, it's now: "from polymorphic import PolymorphicModel, ..." 2010-02-22 16:16:00 +01:00
tests.py Restructured django_polymorphic into a regular add-on application. 2010-01-29 13:41:19 +01:00
views.py Restructured django_polymorphic into a regular add-on application. 2010-01-29 13:41:19 +01:00