Fixed #27888 -- Added link to clear all filters in the admin changelist view.

This commit is contained in:
Hasan Ramezani 2020-01-21 15:14:11 +01:00 committed by Mariusz Felisiak
parent 5a68a223c7
commit b94764e178
4 changed files with 26 additions and 0 deletions

View file

@ -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`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~