django/tests/queries
Tim Graham 13fe5a87f9 Fixed MySQL QuerySet.explain() test when running tests in reverse. 2018-06-06 11:31:06 -04:00
..
__init__.py
models.py
test_explain.py Fixed MySQL QuerySet.explain() test when running tests in reverse. 2018-06-06 11:31:06 -04:00
test_iterator.py
test_q.py
test_qs_combinators.py Fixed #29286 -- Fixed column mismatch crash with QuerySet.values() or values_list() after combining an annotated and unannotated queryset with union(), difference(), or intersection(). 2018-04-13 12:15:52 +02:00
tests.py Refs #29451 -- Used quote_name for column names in tests. 2018-06-06 16:13:25 +02:00