0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/tests/queries
2020-09-16 13:43:06 +02:00
..
__init__.py
models.py Fixed #31783 -- Fixed crash when filtering againts "negate" field. 2020-07-29 08:20:58 +02:00
test_bulk_update.py Refs #31395 -- Relied on setUpTestData() test data isolation in various tests. 2020-05-15 20:22:56 +02:00
test_db_returning.py
test_deprecation.py
test_explain.py Refs #30897 -- Added test for WAL option to Queryset.explain() on PostgreSQL 13+. 2020-08-24 11:47:38 +02:00
test_iterator.py
test_q.py
test_qs_combinators.py Fixed #27719 -- Added QuerySet.alias() to allow creating reusable aliases. 2020-07-31 13:19:33 +02:00
test_query.py
tests.py Fixed #31843 -- Fixed pickling named values from QuerySet.values_list(). 2020-09-16 13:43:06 +02:00