django1/django/db
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
..
backends [1.11.x] Fixed #28197 -- Fixed introspection of index field ordering on PostgreSQL. 2017-05-15 08:59:02 -04:00
migrations [1.11.x] Fixed #28043 -- Prevented AddIndex and RemoveIndex from mutating model state. 2017-05-01 10:08:50 -04:00
models [1.11.x] Fixed #28293 -- Fixed union(), intersection(), and difference() when combining with an EmptyQuerySet. 2017-06-13 08:33:26 +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