diff options
| author | Gav O'Connor <scalamoosh@gmail.com> | 2022-08-25 20:50:31 +0100 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2022-09-06 10:46:58 +0200 |
| commit | be63c78760924e1335603c36babd0ad6cfaea3c4 (patch) | |
| tree | 0465fd854240aeef0d1b2af7b1a4670c588cbb51 /docs | |
| parent | fc220d27c624ba5e78988d0545bb241e2c0a8c22 (diff) | |
Fixed #24179 -- Added filtering to selected side of vertical/horizontal filters.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.2.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/4.2.txt b/docs/releases/4.2.txt index 199abf4e19..71ba5c0dc6 100644 --- a/docs/releases/4.2.txt +++ b/docs/releases/4.2.txt @@ -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` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
