1
0
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:
Gav O'Connor
2022-08-25 20:50:31 +01:00
committed by Carlton Gibson
parent fc220d27c6
commit be63c78760
6 changed files with 188 additions and 30 deletions

View File

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