This website requires JavaScript.
Explore
Help
Sign In
Briq
/
django-polymorphic
Watch
8
Star
0
Fork
0
You've already forked django-polymorphic
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
4a4cfd82a249f9439f8c81a98d852e1c6ed9b2d0
django-polymorphic
/
polymorphic
T
History
Bert Constantin
4a4cfd82a2
translate_polymorphic_Q_object: fixed test case, and made the function a member of PolymorphicObject.
...
Minor test fixes: warnings fixed, test_tool.py renamed as it's no test
2010-11-12 07:19:23 +01: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
make sure 'base_manager is not inherited (but managed by Django instead).
2010-10-22 13:35:39 +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
translate_polymorphic_Q_object: fixed test case, and made the function a member of PolymorphicObject.
2010-11-12 07:19:23 +01:00
query_translate.py
added translate_polymorphic_Q_object
2010-10-19 21:28:33 +02:00
query.py
fix object retrieval problem occuring with some custom primary key fields
2010-11-02 12:21:22 +01:00
showfields.py
improved showfields.py for better and more precise output, updated tests
2010-11-02 12:21:46 +01:00
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
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