django/tests/admin_views
Claude Paroz d32637d81b [1.6.x] Fixed #21510 -- Readded search reset link in changelist search bar
Thanks moritz.pfeiffer at alp-phone.ch for the report and
Tim Graham for the initial patch.
Backport of c7c647419c from master.
2013-12-11 15:32:10 +01:00
..
fixtures
templates
__init__.py
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
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 #21510 -- Readded search reset link in changelist search bar 2013-12-11 15:32:10 +01: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