summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/6.1.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/6.1.txt b/docs/releases/6.1.txt
index 57129bfb66..fddbf6518a 100644
--- a/docs/releases/6.1.txt
+++ b/docs/releases/6.1.txt
@@ -95,6 +95,10 @@ Minor features
* The admin site login view now redirects authenticated users to the next URL,
if available, instead of always redirecting to the admin index page.
+* The admin's ``FilteredSelectMultiple`` widget now uses ``<optgroup>``\s to
+ preserve :ref:`named groups <field-choices-named-groups>` (e.g.
+ ``choices=[("Group", [("1", "Item")]), ...]``).
+
:mod:`django.contrib.admindocs`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~