Simon Charette 11e327a3ff Fixed #30988 -- Deprecated the InvalidQuery exception. 5 years ago
..
__init__.py 89f40e3624 Merged regressiontests and modeltests into the test root. 12 years ago
models.py 7254f1138d Refs #29444 -- Allowed returning multiple fields from INSERT statements on PostgreSQL. 5 years ago
test_bulk_update.py 31408446b3 Fixed #29974 -- Fixed non-truthy primary key values for QuerySet.bulk_update(). 6 years ago
test_db_returning.py 01104368ff Refs #29444 -- Removed redundant DatabaseFeatures.can_return_multiple_columns_from_insert. 5 years ago
test_deprecation.py 11e327a3ff Fixed #30988 -- Deprecated the InvalidQuery exception. 5 years ago
test_explain.py 55df1750be Refs #30897 -- Added support for ANALYZE option to Queryset.explain() on MariaDB and MySQL 8.0.18+. 5 years ago
test_iterator.py 55810d94d0 Refs #29563 -- Fixed SQLCompiler.execute_sql() to respect DatabaseFeatures.can_use_chunked_reads. 6 years ago
test_q.py c59aa9e6aa Added test for combining Q objects with non-Q objects. 7 years ago
test_qs_combinators.py 1853383969 Fixed #27995 -- Added error messages on unsupported operations following union(), intersection(), and difference(). 5 years ago
test_query.py 8be79984dc Fixed #30971 -- Prevented Query.resolve_lookup_value() from coercing list values to tuples. 5 years ago
tests.py 13a8884a08 Fixed #30739 -- Fixed exclusion of multi-valued lookup against outer rhs. 5 years ago