1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

[5.1.x] Fixed #35809 -- Set background color for selected rows in the admin's form select widget.

Regression in b47bdb4cd9.

Thank you Giannis Terzopoulos for the review, and Tom Carrick and Sarah Boyce
for the review.

Backport of 679d57816d from main.
This commit is contained in:
nessita
2024-10-08 10:01:28 -03:00
committed by Natalia
parent e245f62d00
commit 17fa7592af
3 changed files with 67 additions and 0 deletions

View File

@@ -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`).