django1/tests/queries
Mariusz Felisiak 346b46a274 [1.11.x] Fixed #28378 -- Fixed union() and difference() when combining with a queryset raising EmptyResultSet.
Thanks Jon Dufresne for the report. Thanks Tim Graham and Simon Charette
for the reviews.

Backport of ca74e56350 from master
2017-07-10 20:50:50 +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] Fixed #28378 -- Fixed union() and difference() when combining with a queryset raising EmptyResultSet. 2017-07-10 20:50:50 +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