diff options
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` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
