diff options
| author | nessita <124304+nessita@users.noreply.github.com> | 2024-10-08 10:01:28 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2024-10-08 10:02:33 -0300 |
| commit | 17fa7592af2542d634499c094aa80c4d712948ed (patch) | |
| tree | 7938cccf660793bb0309627ab88b44ae8bc07ad5 /docs | |
| parent | e245f62d0052d7b15fa2a60926d59eeeefee9be1 (diff) | |
[5.1.x] Fixed #35809 -- Set background color for selected rows in the admin's form select widget.
Regression in b47bdb4cd9149ee2a39bf1cc9996a36a940bd7d9.
Thank you Giannis Terzopoulos for the review, and Tom Carrick and Sarah Boyce
for the review.
Backport of 679d57816d716cbc7cff3b364ae265d70444ebd9 from main.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.1.2.txt | 4 |
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`). |
