mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #24179 -- Added filtering to selected side of vertical/horizontal filters.
This commit is contained in:
committed by
Carlton Gibson
parent
fc220d27c6
commit
be63c78760
@@ -43,6 +43,11 @@ Minor features
|
||||
<django/contrib/admin/templates/admin/delete_confirmation.html>` template now
|
||||
has some additional blocks and scripting hooks to ease customization.
|
||||
|
||||
* The chosen options of
|
||||
:attr:`~django.contrib.admin.ModelAdmin.filter_horizontal` and
|
||||
:attr:`~django.contrib.admin.ModelAdmin.filter_vertical` widgets are now
|
||||
filterable.
|
||||
|
||||
:mod:`django.contrib.admindocs`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user