Fixed #32204 -- Added quick filter to admin's navigation sidebar.

This commit is contained in:
Maxim Milovanov 2020-12-04 14:50:11 +03:00 committed by Mariusz Felisiak
parent 7248afe12f
commit d915dd1c58
8 changed files with 150 additions and 2 deletions

View file

@ -70,6 +70,8 @@ Minor features
* The new :meth:`.ModelAdmin.get_formset_kwargs` method allows customizing the
keyword arguments passed to the constructor of a formset.
* The navigation sidebar now has a quick filter toolbar.
:mod:`django.contrib.admindocs`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~