summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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`).