django/tests/admin_views
Emmanuelle Delescolle c5c4bfa12a [1.6.x] Fixed #23604 -- Allowed related m2m fields to be references in the admin.
Thanks Simon Charette for review.

Backport of a24cf21722 from master
2014-10-06 08:50:48 -04:00
..
fixtures Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
templates Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
admin.py [1.6.x] Fixed #23604 -- Allowed related m2m fields to be references in the admin. 2014-10-06 08:50:48 -04:00
customadmin.py Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 2013-03-08 10:11:45 -05:00
forms.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py [1.6.x] Fixed #23604 -- Allowed related m2m fields to be references in the admin. 2014-10-06 08:50:48 -04:00
tests.py [1.6.x] Fixed #23604 -- Allowed related m2m fields to be references in the admin. 2014-10-06 08:50:48 -04:00
urls.py [1.6.x] Fixed #20767 -- Fixed ModelAdmin.preserve_filters for namespaced URLs. 2013-07-18 18:23:21 -04:00
views.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00