1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

[5.0.x] Fixed #35172 -- Fixed intcomma for string floats.

Thanks Warwick Brown for the report.

Regression in 55519d6cf8.
Backport of 2f14c2cedc from main
This commit is contained in:
Mariusz Felisiak
2024-02-08 10:58:54 +01:00
parent 540b28ff9f
commit c22075af80
6 changed files with 44 additions and 1 deletions

13
docs/releases/3.2.25.txt Normal file
View File

@@ -0,0 +1,13 @@
===========================
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`).