Refs #32949 -- Adjusted release note wording.
This commit is contained in:
parent
c542d0a072
commit
012f38f959
|
@ -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`).
|
||||
|
|
Loading…
Reference in New Issue