mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
The issue was only manifesting itself when also filtering againt a related model as that forces the usage of a subquery because SQLUpdateCompiler doesn't support the UPDATE FROM syntax yet. Regression in65ad4ade74. Refs #28900. Thanks Gav O'Connor for the detailed report. Backport of8ef4e0bd42from main.