django/tests/queries
Mariusz Felisiak 44e29ea1e9 [1.11.x] Fixed #28293 -- Fixed union(), intersection(), and difference() when combining with an EmptyQuerySet.
Thanks Jon Dufresne for the report and Tim Graham for the review.

Backport of 82175ead72 from master
2017-06-13 08:33:26 +02:00
..
__init__.py
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 #28293 -- Fixed union(), intersection(), and difference() when combining with an EmptyQuerySet. 2017-06-13 08:33:26 +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