mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #32645 -- Fixed QuerySet.update() crash when ordered by joined fields on MySQL/MariaDB.
Thanks Matt Westcott for the report.
Regression in 779e615e36.
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user