django-polymorphic/polymorphic
Andrew Dodd 120f124b91 Issue #200 - Exclude super-class from proxy model query sets
These changes prevent the query sets on 'proxy' models from including
the items from the 'super-class'.
2016-05-04 15:52:44 +02:00
..
locale add spanish translation 2015-10-12 11:44:01 -03:00
templates/admin/polymorphic Fixed the breadcrumb of the object_history template. 2016-02-18 18:17:08 +01:00
templatetags Fix PEP8 whitespace issues 2015-12-28 15:16:29 +01:00
__init__.py Bump to 0.9.2 2016-05-04 11:29:53 +02:00
admin.py Resolved deprecation warning for Django 1.10 2016-05-04 11:29:53 +02: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 Issue #200 - Exclude super-class from proxy model query sets 2016-05-04 15:52:44 +02:00
models.py Rename manager.py => managers.py for consistency 2015-12-28 17:10:42 +01:00
query.py Improve code flow for Django 1.7/1.8 in patch_lookup args 2016-03-11 17:16:05 +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 Issue #200 - Exclude super-class from proxy model query sets 2016-05-04 15:52:44 +02:00
tools_for_tests.py Fix PEP8 block comment issues (E265) 2015-12-28 15:16:42 +01:00