summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorantoliny0919 <antoliny0919@gmail.com>2025-09-10 04:27:50 +0200
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-09-17 10:01:37 +0200
commitd8e9dec1ada659755595e2d90a3492f8f805f394 (patch)
tree3f9632e9602d23650d4aabb6ed9993384e696a22 /docs
parent1dbf415a1829a0bacd8cb31a8da5f2a99c5ea465 (diff)
[5.2.x] Fixed #36601 -- Fixed color contrast of FilteredSelectMultiple widget chosen labels in TabularInlines.
Regression in a0f50c2a483678d31bd1ad6f08fd3a0b8399e27b. Backport of 1e7728888dbbff437ad9847c82b84feb81f785df from main.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.2.7.txt4
1 files changed, 3 insertions, 1 deletions
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`).