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

Fixed #35172 -- Fixed intcomma for string floats.

Thanks Warwick Brown for the report.

Regression in 55519d6cf8.
This commit is contained in:
Mariusz Felisiak
2024-02-08 10:58:54 +01:00
committed by GitHub
parent aaffbabd58
commit 2f14c2cedc
6 changed files with 44 additions and 1 deletions

View File

@@ -9,4 +9,5 @@ Django 5.0.3 fixes several bugs in 5.0.2.
Bugfixes
========
* ...
* Fixed a regression in Django 5.0.2 where ``intcomma`` template filter could
return a leading comma for string representation of floats (:ticket:`35172`).