1
0
mirror of https://github.com/django/django.git synced 2025-07-04 09:49:12 +00:00

[3.2.x] Refs #32949 -- Adjusted release note wording.

Backport of 012f38f9594b35743e9ab231757b7b62db638323 from main
This commit is contained in:
Carlton Gibson 2021-07-21 11:30:37 +02:00
parent 1346381760
commit f4cf86f870

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