mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #35172 -- Fixed intcomma for string floats.
Thanks Warwick Brown for the report.
Regression in 55519d6cf8.
This commit is contained in:
13
docs/releases/4.2.11.txt
Normal file
13
docs/releases/4.2.11.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
===========================
|
||||
Django 4.2.11 release notes
|
||||
===========================
|
||||
|
||||
*Expected March 4, 2024*
|
||||
|
||||
Django 4.2.11 fixes a regression in 4.2.10.
|
||||
|
||||
Bugfixes
|
||||
========
|
||||
|
||||
* Fixed a regression in Django 4.2.10 where ``intcomma`` template filter could
|
||||
return a leading comma for string representation of floats (:ticket:`35172`).
|
||||
Reference in New Issue
Block a user