django/tests/queries
Mariusz Felisiak 0b63124c84
Improved ExplainTests.test_basic().
QuerySet.select_for_update() is not supported by all databases.
Moreover it cannot be used outside of a transaction.
2022-04-13 10:17:14 +02:00
..
__init__.py
models.py
test_bulk_update.py Fixed #33506 -- Made QuerySet.bulk_update() perform atomic writes against write database. 2022-02-09 11:14:50 +01:00
test_contains.py
test_db_returning.py
test_explain.py Improved ExplainTests.test_basic(). 2022-04-13 10:17:14 +02:00
test_iterator.py
test_q.py Fixed #29865 -- Added logical XOR support for Q() and querysets. 2022-03-04 12:55:37 +01:00
test_qs_combinators.py Fixed #29865 -- Added logical XOR support for Q() and querysets. 2022-03-04 12:55:37 +01:00
test_query.py Refs #30581 -- Allowed sql.Query to be used without model. 2022-03-16 09:33:16 +01:00
test_sqlcompiler.py
tests.py Fixed #24296 -- Made QuerySet.exists() clear selected columns for not sliced distinct querysets. 2022-04-12 08:18:22 +02:00