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

5 Commits

Author SHA1 Message Date
Carlton Gibson
70840232f9 [3.2.x] Confirmed release date for Django 3.2.6.
Backport of 74a86e9b5eaf4f0d2bb5bf6b7948000c75cdd4a6 from main
2021-08-02 06:56:33 +02:00
Tom Wojcik
b2f7b53fac [3.2.x] Fixed #32947 -- Fixed hash() crash on reverse M2M relation when through_fields is a list.
Regression in c32d8f33d8e988a376e44997b8f3606d821f305e.

Backport of 20226fcd461670334646f78a0c4d133e439b12b2 from main
2021-07-26 06:41:31 +02:00
Carlton Gibson
f4cf86f870 [3.2.x] Refs #32949 -- Adjusted release note wording.
Backport of 012f38f9594b35743e9ab231757b7b62db638323 from main
2021-07-21 12:32:23 +02:00
yakimka
1346381760 [3.2.x] Fixed #32949 -- Restored invalid number handling in DecimalField.validate().
DecimalField must itself validate() values, such as NaN, which cannot be
passed to validators, such as MaxValueValidator, during the
run_validators() phase.

Regression in cc3d24d7d577f174937a0744d886c4c7123cfa85.

Backport of c542d0a07237033225c1d57337ca9474a00648f2 from main
2021-07-21 11:23:43 +02:00
Mariusz Felisiak
92efd69107 [3.2.x] Added stub release notes for Django 3.2.6.
Backport of bcea1a3193d44d8c587173c00abb2eaf61fb9cf7 from main
2021-07-01 09:44:18 +02:00