From d8e9dec1ada659755595e2d90a3492f8f805f394 Mon Sep 17 00:00:00 2001 From: antoliny0919 Date: Wed, 10 Sep 2025 04:27:50 +0200 Subject: [5.2.x] Fixed #36601 -- Fixed color contrast of FilteredSelectMultiple widget chosen labels in TabularInlines. Regression in a0f50c2a483678d31bd1ad6f08fd3a0b8399e27b. Backport of 1e7728888dbbff437ad9847c82b84feb81f785df from main. --- docs/releases/5.2.7.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/releases/5.2.7.txt b/docs/releases/5.2.7.txt index ea06ac9089..58a4633bd3 100644 --- a/docs/releases/5.2.7.txt +++ b/docs/releases/5.2.7.txt @@ -9,4 +9,6 @@ Django 5.2.7 fixes several bugs in 5.2.6. Bugfixes ======== -* ... +* Fixed a regression in Django 5.2 that reduced the color contrast of + the chosen label of ``filter_horizontal`` and ``filter_vertical`` widgets + within a ``TabularInline`` (:ticket:`36601`). -- cgit v1.3