diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2021-07-21 11:30:37 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2021-07-21 11:34:47 +0200 |
| commit | 012f38f9594b35743e9ab231757b7b62db638323 (patch) | |
| tree | 49d8168d0f3a9031d278b383a1243cb821a45ca3 /docs/releases/3.2.6.txt | |
| parent | c542d0a07237033225c1d57337ca9474a00648f2 (diff) | |
Refs #32949 -- Adjusted release note wording.
Diffstat (limited to 'docs/releases/3.2.6.txt')
| -rw-r--r-- | docs/releases/3.2.6.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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`). |
