diff --git a/docs/releases/3.2.6.txt b/docs/releases/3.2.6.txt index 222e169901..a44fa42181 100644 --- a/docs/releases/3.2.6.txt +++ b/docs/releases/3.2.6.txt @@ -10,5 +10,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`). + input with a ``forms.DecimalField`` when additional constraints, e.g. + ``max_value``, were specified (:ticket:`32949`).