django/tests/queries
Mariusz Felisiak 34b52f8572
Renamed the allow_sliced_subqueries database feature to allow_sliced_subqueries_with_in.
After 0899d583bd this database feature is
false only on MySQL which doesn't support sliced subqueries only with
IN/ALL/ANY/SOME.
2018-02-07 08:27:47 +01:00
..
__init__.py
models.py Refs #20487 -- Added test for querying mixed case fields with common related model. 2018-01-20 20:48:01 +01:00
test_iterator.py
test_q.py
test_qs_combinators.py Fixed #28781 -- Added QuerySet.values()/values_list() support for union(), difference(), and intersection(). 2017-11-12 14:28:11 +01:00
tests.py Renamed the allow_sliced_subqueries database feature to allow_sliced_subqueries_with_in. 2018-02-07 08:27:47 +01:00