Refs #32949 -- Adjusted release note wording.

This commit is contained in:
Carlton Gibson 2021-07-21 11:30:37 +02:00
parent c542d0a072
commit 012f38f959
1 changed files with 2 additions and 2 deletions

View File

@ -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`).