diff options
| author | antoliny0919 <antoliny0919@gmail.com> | 2025-09-10 11:27:50 +0900 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-09-17 09:56:01 +0200 |
| commit | 1e7728888dbbff437ad9847c82b84feb81f785df (patch) | |
| tree | 9066f65cce6c9abda9e44ac4556546b04ff48908 /docs | |
| parent | 606fc352799e372928fa2c978ab99f0fb6d6017c (diff) | |
Fixed #36601 -- Fixed color contrast of FilteredSelectMultiple widget chosen labels in TabularInlines.
Regression in a0f50c2a483678d31bd1ad6f08fd3a0b8399e27b.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.2.7.txt | 4 |
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`). |
