Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/models/aggregates.py
Commit message (Expand)AuthorAgeFilesLines
* Removed unused Aggregate.input_field.Tim Graham2015-09-241-4/+0
* Refs #14030 -- Removed more backwards compatiblity for ol...Tim Graham2015-09-241-32/+0
* Fixed #25377 -- Changed Count queries to execute COUNT(*)...Adam Chainz2015-09-141-2/+2
* Fixed #24887 -- Removed one-arg limit from models.aggregateGreg Chapple2015-06-271-7/+10
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-1/+1
* Fixed #24699 -- Added aggregate support for DurationField...Josh Smeaton2015-05-311-0/+18
* Fixed #24649 -- Allowed using Avg aggregate on non-numeri...Tim Graham2015-04-251-6/+2
* Update converters to take a consistent set of parameters.Marc Tamlyn2015-02-201-4/+4
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Refs #14030 -- Added repr methods to all expressionsJosh Smeaton2015-01-281-0/+21
* Fixed #24154 -- Backends can now check support for expres...Josh Smeaton2015-01-271-11/+0
* Fixed #24031 -- Added CASE expressions to the ORM.Michał Modzelewski2015-01-131-2/+2
* Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen2015-01-081-4/+4
* Fixed #14030 -- Allowed annotations to accept all express...Josh Smeaton2014-11-151-55/+113
* Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen2014-01-181-4/+5
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-0/+4
* A large number of stylistic cleanups across django/db/Alex Gaynor2013-07-081-0/+9
* Refactored qs.add_q() and utils/tree.pyAnssi Kääriäinen2013-03-131-0/+13
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-3/+0
* Fixed #10182 -- Corrected realiasing and the process of e...Russell Keith-Magee2009-02-231-1/+1
* Fixed #10142 -- Added docs and an exploding error message...Russell Keith-Magee2009-02-021-2/+6
* Fixed #3566 -- Added support for aggregation to the ORM. ...Russell Keith-Magee2009-01-151-0/+66