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-03-15 20:00:46 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
queries
History
Mariusz Felisiak
b72298de75
[1.11.x] Added test for intersection() when combining with a queryset raising EmptyResultSet.
...
Backport of 9bca0d0b38d941fe7f3842cb2259d018823ed25e from master
2017-07-10 20:49:15 +02: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
#28101
-- Fixed a regression with nested __in subquery lookups and to_field.
2017-04-23 01:16:04 -04:00
test_qs_combinators.py
[1.11.x] Added test for intersection() when combining with a queryset raising EmptyResultSet.
2017-07-10 20:49:15 +02:00
tests.py
[1.11.x]
Fixed
#28101
-- Fixed a regression with nested __in subquery lookups and to_field.
2017-04-23 01:16:04 -04:00