django/tests/admin_views
Loic Bistuer 07e2a56814 [1.6.x] Fixed #22360 -- Fixed two non-deterministic tests in Python 3.4.
The order of admin's changelist filters in the querystring relied on
dict ordering.

Backport of 4d996b8e69 from master
2014-03-31 08:24:12 -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 #16433 -- Fixed a help_text/read only field interaction that caused an admin crash. 2013-08-29 09:45:02 -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 #16433 -- Fixed a help_text/read only field interaction that caused an admin crash. 2013-08-29 09:45:02 -04:00
tests.py [1.6.x] Fixed #22360 -- Fixed two non-deterministic tests in Python 3.4. 2014-03-31 08:24:12 -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