django1/django/db/models/sql
Anssi Kääriäinen d407164c04 Fixed #18854 -- Join promotion in disjunction cases
The added promotion logic is based on promoting any joins used in only
some of the childs of an OR clause unless the join existed before the
OR clause addition.
2012-12-20 21:45:15 +02:00
..
__init__.py Remove all relative imports. We have always been at war with relative imports. 2011-10-18 00:47:49 +00:00
aggregates.py Fixed #17728 -- When filtering an annotation, ensured the values used in the filter are properly converted to their database representation. This bug was particularly visible with timezone-aware DateTimeFields. Thanks gg for the report and Carl for the review. 2012-02-22 19:40:27 +00:00
compiler.py Fixed #19500 -- Solved a regression in join reuse 2012-12-20 21:27:00 +02:00
constants.py Fixed #19500 -- Solved a regression in join reuse 2012-12-20 21:27:00 +02:00
datastructures.py Refactored the empty/full result logic in WhereNode.as_sql() 2012-07-01 17:21:34 +03:00
expressions.py Fixed #19500 -- Solved a regression in join reuse 2012-12-20 21:27:00 +02:00
query.py Fixed #18854 -- Join promotion in disjunction cases 2012-12-20 21:45:15 +02:00
subqueries.py Fixed #19500 -- Solved a regression in join reuse 2012-12-20 21:27:00 +02:00
where.py [py3] Added Python 3 compatibility for xrange. 2012-07-22 09:29:56 +02:00