django/docs/releases/3.2.25.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
371 B
Plaintext
Raw Normal View History

===========================
Django 3.2.25 release notes
===========================
*March 4, 2024*
Django 3.2.25 fixes a security issue with severity "moderate" and a regression
in 3.2.24.
Bugfixes
========
* Fixed a regression in Django 3.2.24 where ``intcomma`` template filter could
return a leading comma for string representation of floats (:ticket:`35172`).