1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00
Files
django/docs/releases/5.2.7.txt
Natalia 4840ab0965 Updated translations from Transifex.
Forwardport of 2a2936c3e6 from stable/5.2.x.
2025-09-18 09:53:05 -03:00

16 lines
436 B
Plaintext

==========================
Django 5.2.7 release notes
==========================
*Expected October 1, 2025*
Django 5.2.7 fixes several bugs in 5.2.6. Also, the latest string translations
from Transifex are incorporated.
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`).