summaryrefslogtreecommitdiff
path: root/django/db/backends/sqlite3/base.py
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2019-03-06 01:05:55 -0500
committerTim Graham <timograham@gmail.com>2019-03-21 20:36:31 -0400
commit35431298226165986ad07e91f9d3aca721ff38ec (patch)
treec8de194b6b2b7b6d57de9704eb14cbf74418cdbb /django/db/backends/sqlite3/base.py
parent96b6ad94d9ebbd57b77b44e185ee215b5b899ac8 (diff)
Refs #27149 -- Moved subquery expression resolving to Query.
This makes Subquery a thin wrapper over Query and makes sure it respects the Expression source expression API by accepting the same number of expressions as it returns. Refs #30188. It also makes OuterRef usable in Query without Subquery wrapping. This should allow Query's internals to more easily perform subquery push downs during split_exclude(). Refs #21703.
Diffstat (limited to 'django/db/backends/sqlite3/base.py')
0 files changed, 0 insertions, 0 deletions