django1/django/db
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
..
backends [1.11.x] Fixed #28298 -- Prevented a primary key alteration from adding a foreign key constraint if db_constraint=False. 2017-06-22 21:54:46 -04:00
migrations [1.11.x] Fixed #28350 -- Fixed UnboundLocalError crash in RenameField with nonexistent field. 2017-06-30 13:12:33 -04:00
models [1.11.x] Fixed #28378 -- Fixed union() and difference() when combining with a queryset raising EmptyResultSet. 2017-07-10 20:50:50 +02:00
__init__.py Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
transaction.py [1.11.x] Fix a typo in django/db/transaction.py 2017-04-19 12:59:46 -04:00
utils.py Fixed #25761 -- Added __cause__.__traceback__ to reraised exceptions. 2015-12-03 16:31:50 -05:00