django-polymorphic/polymorphic
German M. Bravo bb06d6d12b Some more PEP 8 cleaning 2011-12-20 18:59:25 +00: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 Not using attrs when getting the first user defined manager. 2011-12-09 15:22:38 +08: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 Some more PEP 8 cleaning 2011-12-20 18:59:25 +00: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 Some more PEP 8 cleaning 2011-12-20 18:59:25 +00:00
query.py Some more PEP 8 cleaning 2011-12-20 18:59:25 +00:00
query_translate.py Edited polymorphic/query_translate.py via GitHub 2011-05-19 06:07:25 -07:00
showfields.py Removed dead imports. 2011-05-19 15:16:39 +02:00
tests.py Fixed github issue 15 (query result incomplete with inheritance). Thanks to John Debs. 2011-01-24 17:03:23 +01:00
tools_for_tests.py translate_polymorphic_Q_object: fixed test case, and made the function a member of PolymorphicObject. 2010-11-12 07:19:23 +01:00