mirror of
https://github.com/django/django.git
synced 2025-07-07 21:35:15 +00:00
![]()
Some checks are pending
Docs / docs (push) Waiting to run
Docs / blacken-docs (push) Waiting to run
Linters / flake8 (push) Waiting to run
Linters / isort (push) Waiting to run
Linters / black (push) Waiting to run
Tests / Windows, SQLite, Python 3.13 (push) Waiting to run
Tests / JavaScript tests (push) Waiting to run
When native support for tuple lookups is missing in a DB backend, it can be emulated with an EXISTS clause. This is controlled by the backend feature flag "supports_tuple_lookups". The mishandling of subquery right-hand side in `TupleIn` (added to support `CompositePrimaryKey` in Refs #373) was likely missed because the only core backend we test with the feature flag disabled (Oracle < 23.4) supports it natively. Thanks to Nandana Raol for the report, and to Sarah Boyce, Jacob Walls, and Natalia Bidart for reviews. |
||
---|---|---|
.. | ||
fixtures | ||
models | ||
__init__.py | ||
test_aggregate.py | ||
test_checks.py | ||
test_create.py | ||
test_delete.py | ||
test_filter.py | ||
test_get.py | ||
test_models.py | ||
test_names_to_path.py | ||
test_order_by.py | ||
test_update.py | ||
test_values.py | ||
tests.py |