django1/tests/admin_changelist
Fran Hrzenjak 47e21d339f [3.1.x] Fixed #31597, #31603 -- Corrected admin clear all filters link behavior.
- Show "Clear all filters" only when any filter is selected.
- Preserve query string not related with filters.

Co-Authored-By: Hasan Ramezani <hasan.r67@gmail.com>

Backport of 4484bc1b2f from master
2020-05-20 21:35:09 +02:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
admin.py [3.1.x] Fixed #31597, #31603 -- Corrected admin clear all filters link behavior. 2020-05-20 21:35:09 +02:00
models.py Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable. 2018-06-01 10:41:05 -04:00
test_date_hierarchy.py [3.1.x] Fixed #31597, #31603 -- Corrected admin clear all filters link behavior. 2020-05-20 21:35:09 +02:00
tests.py [3.1.x] Fixed #31597, #31603 -- Corrected admin clear all filters link behavior. 2020-05-20 21:35:09 +02:00
urls.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00