django1/django/db
Simon Charette 0ad1693494 [1.11.x] Fixed #28101 -- Fixed a regression with nested __in subquery lookups and to_field.
Thanks Kristian Klette for the report and Tim for the help.

Backport of 8ef35468b6 from master
2017-04-23 01:16:04 -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 #28101 -- Fixed a regression with nested __in subquery lookups and to_field. 2017-04-23 01:16:04 -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