summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.1.2.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/5.1.2.txt b/docs/releases/5.1.2.txt
index 2727b112dc..a7293654df 100644
--- a/docs/releases/5.1.2.txt
+++ b/docs/releases/5.1.2.txt
@@ -16,3 +16,7 @@ Bugfixes
* Fixed a regression in Django 5.1 that caused a crash of ``JSONObject()``
when using server-side binding with PostgreSQL 16+ (:ticket:`35734`).
+
+* Fixed a regression in Django 5.1 that made selected items in multi-select
+ widgets indistinguishable from non-selected items in the admin dark theme
+ (:ticket:`35809`).