django1/django/db/models/sql
Andriy Sokolovskiy 286d0e6ab1 Refs #24833 -- Forwardported some of "Fixed Case expressions with exclude()."
Partial forwardport of 469f1e362b from stable/1.8.x
as the issue was already fixed in master.
2015-06-05 11:21:31 -04:00
..
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
aggregates.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
compiler.py Fixed #24748 -- Fixed incorrect GROUP BY on MySQL in some queries 2015-05-11 11:42:27 -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 Refs #24833 -- Forwardported some of "Fixed Case expressions with exclude()." 2015-06-05 11:21:31 -04:00
subqueries.py Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted objects. 2015-05-22 13:27:16 -04:00
where.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00