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 inb47bdb4cd9. Thank you Giannis Terzopoulos for the review, and Tom Carrick and Sarah Boyce for the review. Backport of679d57816dfrom main.
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user