django/tests/queries
Simon Charette 13a8884a08 Fixed #30739 -- Fixed exclusion of multi-valued lookup against outer rhs.
OuterRef right hand sides have to be nested, just like F rhs have to,
during the subquery pushdown split_exclude performs to ensure they are
resolved against the outer query aliases.
2019-09-02 10:52:36 +02:00
..
__init__.py
models.py Fixed #30628 -- Adjusted expression identity to differentiate bound fields. 2019-07-10 07:46:08 +02:00
test_bulk_update.py
test_explain.py
test_iterator.py
test_q.py
test_qs_combinators.py Fixed #27995 -- Added error messages on unsupported operations following union(), intersection(), and difference(). 2019-07-25 12:39:55 +02:00
test_query.py Fixed #30412 -- Fixed crash when adding check constraints with OR'ed condition on Oracle and SQLite. 2019-04-30 12:32:27 +02:00
tests.py Fixed #30739 -- Fixed exclusion of multi-valued lookup against outer rhs. 2019-09-02 10:52:36 +02:00