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 in55519d6cf8. Backport of2f14c2cedcfrom main
This commit is contained in:
13
docs/releases/3.2.25.txt
Normal file
13
docs/releases/3.2.25.txt
Normal 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`).
|
||||
Reference in New Issue
Block a user