diff options
Diffstat (limited to 'docs/releases/3.2.1.txt')
| -rw-r--r-- | docs/releases/3.2.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/3.2.1.txt b/docs/releases/3.2.1.txt index df8d192327..3de4b385c9 100644 --- a/docs/releases/3.2.1.txt +++ b/docs/releases/3.2.1.txt @@ -36,3 +36,7 @@ Bugfixes * Fixed a regression in Django 3.2 that caused a crash when combining ``Q()`` objects which contains boolean expressions (:ticket:`32548`). + +* Fixed a regression in Django 3.2 that caused a crash of ``QuerySet.update()`` + on a queryset ordered by inherited or joined fields on MySQL and MariaDB + (:ticket:`32645`). |
