django1/django/db/models/sql
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 Moved EmpytResultSet to django.core.exceptions. 2016-08-08 10:43:34 -04:00
compiler.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
constants.py Fixed #24020 -- Refactored SQL compiler to use expressions 2015-01-08 14:07:54 -05:00
datastructures.py Moved EmpytResultSet to django.core.exceptions. 2016-08-08 10:43:34 -04:00
query.py [1.11.x] Refs #23853 -- Updated sql.query.Query.join() docstring. 2017-06-13 14:17:45 -04:00
subqueries.py Fixed #20939 -- Simplified query generation by converting QuerySet to Query. 2016-10-28 11:20:23 -04:00
where.py Fixed #25307 -- Fixed QuerySet.annotate() crash with conditional expressions. 2017-01-16 10:03:15 -05:00