forked from django/django
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed #35172 -- Fixed intcomma for string floats.
Thanks Warwick Brown for the report. Regression in 55519d6.
- Loading branch information
Showing
6 changed files
with
44 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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`). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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`). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters