2021-07-01 15:00:50 +08:00
|
|
|
==========================
|
|
|
|
Django 3.2.6 release notes
|
|
|
|
==========================
|
|
|
|
|
2021-08-02 12:55:40 +08:00
|
|
|
*August 2, 2021*
|
2021-07-01 15:00:50 +08:00
|
|
|
|
|
|
|
Django 3.2.6 fixes several bugs in 3.2.5.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2021-07-16 02:27:59 +08:00
|
|
|
* Fixed a regression in Django 3.2 that caused a crash validating ``"NaN"``
|
2021-07-21 17:30:37 +08:00
|
|
|
input with a ``forms.DecimalField`` when additional constraints, e.g.
|
|
|
|
``max_value``, were specified (:ticket:`32949`).
|
2021-07-20 18:44:13 +08:00
|
|
|
|
|
|
|
* Fixed a bug in Django 3.2 where a system check would crash on a model with a
|
|
|
|
reverse many-to-many relation inherited from a parent class
|
|
|
|
(:ticket:`32947`).
|