django-polymorphic/polymorphic
Bert Constantin 6628145af7 removed __getattribute__ hack from PolymorphicModel.
A somewhat cleaner solution is now used (through __init__) which
also completely removes the performance impact of __getattribute__.
2010-10-20 09:31:42 +02:00
..
management polymorphic_dumpdata management command functionality removed; 2010-10-20 09:31:42 +02:00
__init__.py Documentation updated. 2010-10-20 09:31:36 +02:00
base.py removed __getattribute__ hack from PolymorphicModel. 2010-10-20 09:31:42 +02:00
compatibility_tools.py IMPORTANT: import path changed, it's now: "from polymorphic import PolymorphicModel, ..." 2010-02-22 16:16:00 +01:00
manager.py IMPORTANT: import path changed, it's now: "from polymorphic import PolymorphicModel, ..." 2010-02-22 16:16:00 +01:00
models.py IMPORTANT: import path changed, it's now: "from polymorphic import PolymorphicModel, ..." 2010-02-22 16:16:00 +01:00
polymorphic_model.py removed __getattribute__ hack from PolymorphicModel. 2010-10-20 09:31:42 +02:00
query.py make PolymorphicQuerySet.get_real_instances() an official part of the API 2010-10-20 09:31:42 +02:00
query_translate.py added translate_polymorphic_Q_object 2010-10-19 21:28:33 +02:00
showfields.py polymorphic_dumpdata management command functionality removed; 2010-10-20 09:31:42 +02:00
tests.py removed __getattribute__ hack from PolymorphicModel. 2010-10-20 09:31:42 +02:00