diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.2.6.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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`). |
