django1/django/db/models/sql
Mariusz Felisiak 82175ead72 Fixed #28293 -- Fixed union(), intersection(), and difference() when combining with an EmptyQuerySet.
Thanks Jon Dufresne for the report and Tim Graham for the review.
2017-06-13 08:16:16 +02:00
..
__init__.py Moved EmpytResultSet to django.core.exceptions. 2016-08-08 10:43:34 -04:00
compiler.py Fixed #28293 -- Fixed union(), intersection(), and difference() when combining with an EmptyQuerySet. 2017-06-13 08:16:16 +02:00
constants.py Fixed #24020 -- Refactored SQL compiler to use expressions 2015-01-08 14:07:54 -05:00
datastructures.py Refs #27656 -- Updated django.db docstring verbs according to PEP 257. 2017-02-28 09:17:27 -05:00
query.py Removed unused sql.Query.query_terms 2017-06-08 13:11:51 -04:00
subqueries.py Refs #27624 -- Made many attributes of Query immutable. 2017-03-08 09:25:44 -05:00
where.py Refs #27656 -- Updated django.db docstring verbs according to PEP 257. 2017-02-28 09:17:27 -05:00