mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed #27888 -- Added link to clear all filters in the admin changelist view.
This commit is contained in:
parent
5a68a223c7
commit
b94764e178
4 changed files with 26 additions and 0 deletions
|
@ -37,6 +37,9 @@ Minor features
|
|||
:attr:`.ModelAdmin.list_filter` allows filtering on empty values (empty
|
||||
strings and nulls) in the admin changelist view.
|
||||
|
||||
* Filters in the right sidebar of the admin changelist view now contains a link
|
||||
to clear all filters.
|
||||
|
||||
:mod:`django.contrib.admindocs`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue