django/tests/queries
Mariusz Felisiak 4f600673d7 Refs #32632 -- Added tests for returning a copy when combining Q() objects. 2021-04-28 11:31:17 +02:00
..
__init__.py
models.py
test_bulk_update.py
test_contains.py Fixed #24141 -- Added QuerySet.contains(). 2021-03-06 20:40:29 +01:00
test_db_returning.py
test_explain.py
test_iterator.py
test_q.py Refs #32632 -- Added tests for returning a copy when combining Q() objects. 2021-04-28 11:31:17 +02:00
test_qs_combinators.py Fixed #32627 -- Fixed QuerySet.values()/values_list() crash on combined querysets ordered by unannotated columns. 2021-04-12 21:11:40 +02:00
test_query.py Refs #27149 -- Fixed sql.Query identity. 2020-10-28 07:21:53 +01:00
tests.py Used assertCountEqual() in ExcludeTests.test_exclude_subquery(). 2021-04-22 10:47:10 +02:00