summaryrefslogtreecommitdiff
path: root/django/db/models/sql/aggregates.py
AgeCommit message (Expand)Author
2009-06-19[soc2009/multidb] Removed the as_sql_takes_connection option from various cla...Alex Gaynor
2009-06-08[soc2009/multidb] Fixed test failures that were introduced in r10943Alex Gaynor
2009-01-15Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...Russell Keith-Magee