From 20226fcd461670334646f78a0c4d133e439b12b2 Mon Sep 17 00:00:00 2001 From: Tom Wojcik Date: Tue, 20 Jul 2021 12:44:13 +0200 Subject: Fixed #32947 -- Fixed hash() crash on reverse M2M relation when through_fields is a list. Regression in c32d8f33d8e988a376e44997b8f3606d821f305e. --- docs/releases/3.2.6.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/3.2.6.txt b/docs/releases/3.2.6.txt index a44fa42181..5dba87a0dc 100644 --- a/docs/releases/3.2.6.txt +++ b/docs/releases/3.2.6.txt @@ -12,3 +12,7 @@ Bugfixes * Fixed a regression in Django 3.2 that caused a crash validating ``"NaN"`` input with a ``forms.DecimalField`` when additional constraints, e.g. ``max_value``, were specified (:ticket:`32949`). + +* 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`). -- cgit v1.3