summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.2.6.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/3.2.6.txt b/docs/releases/3.2.6.txt
index 426b9c6797..222e169901 100644
--- a/docs/releases/3.2.6.txt
+++ b/docs/releases/3.2.6.txt
@@ -9,4 +9,6 @@ Django 3.2.6 fixes several bugs in 3.2.5.
Bugfixes
========
-* ...
+* Fixed a regression in Django 3.2 that caused a crash validating ``"NaN"``
+ input with a ``forms.DecimalField`` that had a specified ``max_value``
+ (:ticket:`32949`).