django/tests/queries
Mariusz Felisiak ca74e56350 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.
2017-07-10 20:40:08 +02:00
..
__init__.py
models.py Fixed #28101 -- Fixed a regression with nested __in subquery lookups and to_field. 2017-04-23 00:21:27 -04:00
test_iterator.py Fixed #27639 -- Added chunk_size parameter to QuerySet.iterator(). 2017-06-01 17:50:41 -04:00
test_q.py Fixed #28211 -- Prevented ORing an empty Q() from reducing query join efficiency. 2017-05-25 09:06:25 -04:00
test_qs_combinators.py Fixed #28378 -- Fixed union() and difference() when combining with a queryset raising EmptyResultSet. 2017-07-10 20:40:08 +02:00
tests.py Removed obsolete Query.tables attribute. 2017-06-29 11:09:11 -04:00