django/tests/queries
Mariusz Felisiak 6731672060
[1.11.x] Fixed #28781 -- Added QuerySet.values()/values_list() support for union(), difference(), and intersection().
Thanks Tim Graham for the review.
Backport of 2d3cc94284 from master
2017-11-12 14:33:41 +01:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py [1.11.x] Fixed #26522 -- Fixed a nondeterministic AssertionError in QuerySet combining. 2017-09-01 15:49:33 -04:00
test_qs_combinators.py [1.11.x] Fixed #28781 -- Added QuerySet.values()/values_list() support for union(), difference(), and intersection(). 2017-11-12 14:33:41 +01:00
tests.py [1.11.x] Fixed #26522 -- Fixed a nondeterministic AssertionError in QuerySet combining. 2017-09-01 15:49:33 -04:00