This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-10-31 09:41:08 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
1decd0197d241b27d54bb12eca04b7e89a9ccba6
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
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