mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Fixed #32204 -- Added quick filter to admin's navigation sidebar.
This commit is contained in:
parent
7248afe12f
commit
d915dd1c58
8 changed files with 150 additions and 2 deletions
|
@ -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`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue