mirror of
https://github.com/django/django.git
synced 2025-02-04 22:47:53 +00:00
b30c0081d4
This has been supported for subqueries wrapped in Subquery since the expression was introduced and for Queryset directly since Subquery resolves to sql.Query. Piggy-backed on the existing tests covering Coalesce handling of EmptyResultSet as it seemed like a proper location to combine testing.