mirror of
https://github.com/django/django.git
synced 2025-10-09 06:49:12 +00:00
Regression in a0f50c2a483678d31bd1ad6f08fd3a0b8399e27b. Backport of 1e7728888dbbff437ad9847c82b84feb81f785df from main.
15 lines
366 B
Plaintext
15 lines
366 B
Plaintext
==========================
|
|
Django 5.2.7 release notes
|
|
==========================
|
|
|
|
*Expected October 1, 2025*
|
|
|
|
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`).
|