summaryrefslogtreecommitdiff
path: root/docs/releases/3.2.25.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2024-02-08 10:58:54 +0100
committerGitHub <noreply@github.com>2024-02-08 10:58:54 +0100
commit2f14c2cedc9c92373471c1f98a80c81ba299584a (patch)
tree469bfab692aab74c33c6a958c0263382b9e5b456 /docs/releases/3.2.25.txt
parentaaffbabd58c8f3c9bf82cd4eb98b8c5cb9e7aa6a (diff)
Fixed #35172 -- Fixed intcomma for string floats.
Thanks Warwick Brown for the report. Regression in 55519d6cf8998fe4c8f5c8abffc2b10a7c3d14e9.
Diffstat (limited to 'docs/releases/3.2.25.txt')
-rw-r--r--docs/releases/3.2.25.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/releases/3.2.25.txt b/docs/releases/3.2.25.txt
new file mode 100644
index 0000000000..c84483f783
--- /dev/null
+++ b/docs/releases/3.2.25.txt
@@ -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`).