0
0
mirror of https://github.com/django/django.git synced 2024-11-30 23:20:50 +01:00
django/tests/queries
2021-03-17 21:53:39 +01: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 Fixed #32548 -- Fixed crash when combining Q() objects with boolean expressions. 2021-03-17 21:53:39 +01:00
test_qs_combinators.py Fixed #24141 -- Added QuerySet.contains(). 2021-03-06 20:40:29 +01:00
test_query.py
tests.py Refs #32508 -- Raised TypeError instead of using "assert" on unsupported operations for sliced querysets. 2021-03-10 09:16:28 +01:00