Add a button to clear all admin filters
When in Django admin, it would be useful to be able to remove all filters and search criteria set in one click.
Change History
(11)
Component: |
Uncategorized → contrib.admin
|
Summary: |
Option to clear all filters at top of filter list → Add a button to clear all admin filters
|
Triage Stage: |
Unreviewed → Accepted
|
Type: |
Uncategorized → Cleanup/optimization
|
Owner: |
changed from nobody to Md. Al-Amin
|
Status: |
new → assigned
|
Cc: |
cmawebsite@… added
|
Patch needs improvement: |
set
|
Patch needs improvement: |
unset
|
Patch needs improvement: |
set
|
Owner: |
changed from Md. Al-Amin to Hasan Ramezani
|
Patch needs improvement: |
unset
|
Patch needs improvement: |
set
|
Version: |
1.10 → master
|
Patch needs improvement: |
unset
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Seems okay as long as it's simple and tasteful. It might involve clearing the query string. I think the functionality is already provided when search is enabled. To the right right of the search box, something like "N results (X total)" is displayed. If you click "X total", the query string is removed and all results are displayed.