django1/django/db
François Freitag c679ac0449 [1.11.x] Fixed #27554 -- Fixed prefetch_related() crash when fetching relations in nested Prefetches.
Backport of c0a2b9508a from master
2017-05-04 09:55:35 -04:00
..
backends [1.11.x] Fixed typo in django/db/backends/base/schema.py comment. 2017-05-01 20:46:07 -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 #27554 -- Fixed prefetch_related() crash when fetching relations in nested Prefetches. 2017-05-04 09:55:35 -04: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