summaryrefslogtreecommitdiff
path: root/django/db/models/aggregates.py
AgeCommit message (Expand)Author
2015-01-12Fixed #24031 -- Added CASE expressions to the ORM.Michał Modzelewski
2015-01-08Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen
2014-11-15Fixed #14030 -- Allowed annotations to accept all expressionsJosh Smeaton
2014-01-18Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-07-08A large number of stylistic cleanups across django/db/Alex Gaynor
2013-03-13Refactored qs.add_q() and utils/tree.pyAnssi Kääriäinen
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-02-23Fixed #10182 -- Corrected realiasing and the process of evaluating values() f...Russell Keith-Magee
2009-02-02Fixed #10142 -- Added docs and an exploding error message to highlight an err...Russell Keith-Magee
2009-01-15Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...Russell Keith-Magee