django-polymorphic/pexp
Bert Constantin e6c1e7ec6e fix "...has no attribute 'sub_and_superclass_dict'". Thanks to Mattias Brändström.
this occurred if a subclass defined __init__ and accessed class
members before calling the superclass __init__
(__getattribute__ had a problem, as "sub_and_superclass_dict" was set in __init__).
2010-02-18 20:18:49 +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 fix "...has no attribute 'sub_and_superclass_dict'". Thanks to Mattias Brändström. 2010-02-18 20:18:49 +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