django/tests/update
Simon Charette 7f6a5fbe2e [5.2.x] Fixed #36360 -- Fixed QuerySet.update() crash when referring annotations through values().
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 in 65ad4ade74.

Refs #28900.

Thanks Gav O'Connor for the detailed report.

Backport of 8ef4e0bd42 from main.
2025-04-30 11:39:37 +02:00
..
__init__.py
models.py Fixed #16211 -- Added logical NOT support to F expressions. 2022-10-31 09:55:51 +01:00
tests.py [5.2.x] Fixed #36360 -- Fixed QuerySet.update() crash when referring annotations through values(). 2025-04-30 11:39:37 +02:00