django1/django/db/models/sql
Tim Graham 2dc9ec5616 Fixed #24525 -- Fixed AssertionError in some complex queries.
Thanks Anssi Kääriäinen for providing the solution.
2015-09-05 07:51:17 -04:00
..
__init__.py Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
aggregates.py Fixed #25331 -- Removed trailing blank lines in docstrings. 2015-08-31 17:37:21 -04:00
compiler.py Fixed #19263 -- Fixed crash when filtering using __in and an empty QuerySet. 2015-09-04 07:44:36 -04:00
constants.py Fixed #24020 -- Refactored SQL compiler to use expressions 2015-01-08 14:07:54 -05:00
datastructures.py Fixed #25331 -- Removed trailing blank lines in docstrings. 2015-08-31 17:37:21 -04:00
query.py Fixed #24525 -- Fixed AssertionError in some complex queries. 2015-09-05 07:51:17 -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