mirror of
https://github.com/django/django.git
synced 2024-12-23 09:36:06 +00:00
3543129822
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. |
||
---|---|---|
.. | ||
__init__.py | ||
models.py | ||
test_bulk_update.py | ||
test_explain.py | ||
test_iterator.py | ||
test_q.py | ||
test_qs_combinators.py | ||
test_query.py | ||
tests.py |