mirror of
https://github.com/django/django.git
synced 2025-01-19 06:43:15 +00:00
53ea4cce2f
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.