Files
django-polymorphic/AUTHORS
T
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

5 lines
152 B
Plaintext

django_polymorphic was created by Bert Constantin in 2009/2010.
Andrew Ingram contributed setup.py
Charles Leifer contributed Python 2.4 compatibility