1
0
mirror of https://github.com/django/django.git synced 2025-01-18 14:24:39 +00:00
django/docs/releases/3.2.25.txt
Mariusz Felisiak 2f14c2cedc
Fixed #35172 -- Fixed intcomma for string floats.
Thanks Warwick Brown for the report.

Regression in 55519d6cf8998fe4c8f5c8abffc2b10a7c3d14e9.
2024-02-08 10:58:54 +01:00

14 lines
334 B
Plaintext

===========================
Django 3.2.25 release notes
===========================
*Expected March 4, 2024*
Django 3.2.25 fixes 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`).