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
andfilter_vertical
widgets within aTabularInline
(#36601).