This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
/
queries
History
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 2d3cc94284674638c334670903d49565039d77ae 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