django1/django/db
Tim Graham 8a13cddc26 [1.11.x] Fixed #28047 -- Fixed QuerySet.filter() crash when it uses the name of a OneToOneField pk.
Regression in 1bc249c2a6.

Backport of fce7827101 from master
2017-04-10 11:52:10 -04:00
..
backends [1.11.x] Fixed #28038 -- Restored casting to text of builtin lookups on PostgreSQL. 2017-04-07 16:51:07 -04:00
migrations [1.11.x] Fixed #28051 -- Made migrations respect Index's name argument. 2017-04-07 11:48:25 -04:00
models [1.11.x] Fixed #28047 -- Fixed QuerySet.filter() crash when it uses the name of a OneToOneField pk. 2017-04-10 11:52:10 -04:00
__init__.py Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
transaction.py Fixed #24921 -- set_autocommit(False) + ORM queries. 2015-09-21 22:21:53 +02:00
utils.py Fixed #25761 -- Added __cause__.__traceback__ to reraised exceptions. 2015-12-03 16:31:50 -05:00