django1/django/db/models/sql
Lex Berezhny d43f847847 [1.11.x] Fixed #27800 -- Fixed QuerySet.annotate(Length(...)).distinct() crash.
Backport of ac5f886c56 from master
2017-01-31 18:46:07 -05:00
..
__init__.py Moved EmpytResultSet to django.core.exceptions. 2016-08-08 10:43:34 -04:00
compiler.py [1.11.x] Removed unused variables that are overwritten. 2017-01-25 09:15:36 -05:00
constants.py Fixed #24020 -- Refactored SQL compiler to use expressions 2015-01-08 14:07:54 -05:00
datastructures.py Moved EmpytResultSet to django.core.exceptions. 2016-08-08 10:43:34 -04:00
query.py [1.11.x] Fixed #27800 -- Fixed QuerySet.annotate(Length(...)).distinct() crash. 2017-01-31 18:46:07 -05:00
subqueries.py Fixed #20939 -- Simplified query generation by converting QuerySet to Query. 2016-10-28 11:20:23 -04:00
where.py Fixed #25307 -- Fixed QuerySet.annotate() crash with conditional expressions. 2017-01-16 10:03:15 -05:00