django1/django/contrib/admin/views
Fran Hrzenjak 4484bc1b2f 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>
2020-05-20 21:08:47 +02:00
..
__init__.py Added django.contrib.admin, with a staff_member_required decorator and code from AdminUserRequired middleware. Refs #627 2005-10-18 04:21:07 +00:00
autocomplete.py Removed AutocompleteJsonView.paginator_class. 2019-02-27 09:54:16 -05:00
decorators.py Fixed #24294 -- Allowed staff_member_required decorator to handle args. 2015-03-02 13:15:34 -05:00
main.py Fixed #31597, #31603 -- Corrected admin clear all filters link behavior. 2020-05-20 21:08:47 +02:00