django-polymorphic/polymorphic
Bert Constantin 7e584632b8 fix unnecessary field-name/model-name conflicts (i.e. field_name == model_name.lower() )
=> __init__ + __getattribute__ now handle only the Django inheritance
references that are needed ('modela_ptr', 'modelc' etc.), avoiding
unnecessary conflicts with field names.
2010-02-18 20:05:17 +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 fix unnecessary field-name/model-name conflicts (i.e. field_name == model_name.lower() ) 2010-02-18 20:05:17 +01:00
tests.py fix unnecessary field-name/model-name conflicts (i.e. field_name == model_name.lower() ) 2010-02-18 20:05:17 +01:00