django-polymorphic/polymorphic
Diederik van der Boor 46e41a6c1c Fix changeform_view() redirection to the child admin site.
This method is normally called from `add_view()` and `change_view()`.
However, some third party modules (such as django-reversion) call this
method directly. By redirecting those calls to the child admin, their
views also display the proper admin views.
2016-02-17 14:49:40 +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 Bump version to 0.9 2016-02-17 12:28:01 +01:00
admin.py Fix changeform_view() redirection to the child admin site. 2016-02-17 14:49:40 +01:00
base.py Merge remote-tracking branch 'upstream/master' into allow_extra_manager 2015-12-29 17:49:09 -03:00
manager.py Rename manager.py => managers.py for consistency 2015-12-28 17:10:42 +01:00
managers.py Added PolymorphicManager.from_queryset() to properly set the queryset 2016-02-17 12:36:48 +01:00
models.py Rename manager.py => managers.py for consistency 2015-12-28 17:10:42 +01:00
query.py Merge pull request #161 from theatlantic/pr-add-deferred-fields 2016-02-17 11:14:48 +01:00
query_translate.py Fix reverse relation support for ___ filter operator 2015-12-29 14:52:58 +01:00
showfields.py Fix PEP8 whitespace issues 2015-12-28 15:16:29 +01:00
tests.py Merge pull request #161 from theatlantic/pr-add-deferred-fields 2016-02-17 11:14:48 +01:00
tools_for_tests.py Fix PEP8 block comment issues (E265) 2015-12-28 15:16:42 +01:00