django1/tests/queries
Mariusz Felisiak 5aeced6dcd
[2.1.x] Fixed #29630 -- Fixed crash of sliced queries with multiple columns with the same name on Oracle 12.1.
Regression in 0899d583bd.

Thanks Tim Graham for the review and Jani Tiainen for help.
Backport of 024abe5b82 from master
2018-09-26 20:24:20 +02:00
..
__init__.py
models.py Fixed #29227 -- Allowed BooleanField to be null=True. 2018-03-20 12:10:10 -04:00
test_explain.py [2.1.x] Fixed MySQL QuerySet.explain() test when running tests in reverse. 2018-06-06 11:31:39 -04:00
test_iterator.py Fixed #27639 -- Added chunk_size parameter to QuerySet.iterator(). 2017-06-01 17:50:41 -04:00
test_q.py Added test for combining Q objects with non-Q objects. 2018-03-29 13:58:55 -04:00
test_qs_combinators.py [2.1.x] Fixed #29694 -- Fixed column mismatch crash with QuerySet.values() or values_list() after combining querysets with extra() with union(), difference(), or intersection(). 2018-08-29 10:03:36 +02:00
tests.py [2.1.x] Fixed #29630 -- Fixed crash of sliced queries with multiple columns with the same name on Oracle 12.1. 2018-09-26 20:24:20 +02:00