0
0
mirror of https://github.com/django/django.git synced 2024-11-21 19:09:18 +01:00
django/tests/queries
Simon Charette 53ea4cce2f
Fixed #35744 -- Relabelled external aliases of combined queries.
Just like normal queries, combined queries' outer references might fully
resolve before their reference is assigned its final alias.

Refs #29338.

Thanks Antony_K for the report and example, and thanks Mariusz Felisiak
for the review.
2024-10-14 20:21:48 -03:00
..
__init__.py
models.py
test_bulk_update.py
test_contains.py
test_db_returning.py
test_explain.py Added supports_select_union skips in queries and aggregation tests. 2024-08-26 12:53:08 -03:00
test_iterator.py
test_q.py Fixed #35712 -- Prevented Q.check() from leaving the connection in an unusable state. 2024-09-02 17:00:55 +02:00
test_qs_combinators.py Fixed #35744 -- Relabelled external aliases of combined queries. 2024-10-14 20:21:48 -03:00
test_query.py
test_sqlcompiler.py
tests.py Added supports_select_union skips in queries and aggregation tests. 2024-08-26 12:53:08 -03:00