1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00

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

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