django1/django/db/models/sql
Tim Graham 62347208bb [1.8.x] Fixed #24525 -- Fixed AssertionError in some complex queries.
Thanks Anssi Kääriäinen for providing the solution.

Backport of 2dc9ec5616 from master
2015-09-05 08:19:38 -04:00
..
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
aggregates.py [1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning. 2015-06-23 07:22:16 -04:00
compiler.py [1.8.x] Fixed #24951 -- Fixed AssertionError in delete queries involving a foreign/primary key. 2015-08-20 08:46:08 -04:00
constants.py Fixed #24020 -- Refactored SQL compiler to use expressions 2015-01-08 14:07:54 -05:00
datastructures.py Fixed #21414 -- Removed RelatedObject and deprecated Field.related. 2014-12-23 10:54:25 -05:00
query.py [1.8.x] Fixed #24525 -- Fixed AssertionError in some complex queries. 2015-09-05 08:19:38 -04:00
subqueries.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
where.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00