django-polymorphic/polymorphic
Diederik van der Boor 009069a32b Avoid auto-proxying all methods to the queryset.
This is unwanted behavior, and django provides much better methods for
it instead. (PolymorphicQuerySet.as_manager() / PolymorphicManager.from_queryset()
2015-12-28 17:10:58 +01:00
..
locale add spanish translation 2015-10-12 11:44:01 -03:00
templates/admin/polymorphic Simplifies the two remaining templates (for grappelli support). 2013-07-18 16:38:14 +02:00
templatetags Fix PEP8 whitespace issues 2015-12-28 15:16:29 +01:00
__init__.py Replace __version__.py with __init__.py 2015-12-28 17:10:42 +01:00
admin.py Fix PEP8 whitespace issues 2015-12-28 15:16:29 +01:00
base.py Rename manager.py => managers.py for consistency 2015-12-28 17:10:42 +01:00
manager.py Rename manager.py => managers.py for consistency 2015-12-28 17:10:42 +01:00
managers.py Avoid auto-proxying all methods to the queryset. 2015-12-28 17:10:58 +01:00
models.py Rename manager.py => managers.py for consistency 2015-12-28 17:10:42 +01:00
query.py Avoid auto-proxying all methods to the queryset. 2015-12-28 17:10:58 +01:00
query_translate.py Fix "Model" __ "_field" query support 2015-12-28 16:19:27 +01:00
showfields.py Fix PEP8 whitespace issues 2015-12-28 15:16:29 +01:00
tests.py Avoid auto-proxying all methods to the queryset. 2015-12-28 17:10:58 +01:00
tools_for_tests.py Fix PEP8 block comment issues (E265) 2015-12-28 15:16:42 +01:00