summaryrefslogtreecommitdiff
path: root/tests/regressiontests/aggregation_regress/tests.py
AgeCommit message (Expand)Author
2011-03-09[1.2.X] Fixed a test that was failing in Oracle due to default ordering assum...Ian Kelly
2011-01-26[1.2.X] Fixed #13159 -- properly quote aggregates in order_by. Backport of [...Alex Gaynor
2011-01-17[1.2.X] Corrected an aggregation test failure under PostgreSQL, introduced by...Russell Keith-Magee
2011-01-16[1.2.X] Fixed #14707 -- Relax the protections on aggregate naming collisions ...Russell Keith-Magee
2011-01-11[1.2.X] Fixed #11293 -- fixed using Q objects to generate ORs with aggregates...Alex Gaynor
2010-11-26[1.2.X] Fixed a suite of errors in the ORM -- a) fixed calling values_list()....Alex Gaynor
2010-11-22[1.2.X] Fixed #14754 -- corrected using an aggregate in an F expressions when...Alex Gaynor
2010-11-17[1.2.X] Fixed #12687 -- fixed an issue with aggregates and counts in conjunct...Alex Gaynor
2010-10-10[1.2.X] Refs #11256 -- Extended the annotation field name conflict check to c...Carl Meyer
2010-10-09[1.2.X] Added sanity-checking of annotation alias names. Backport of [14092] ...Carl Meyer
2010-09-10[1.2.X] Fixed #14246: Modified aggregation_regress tests so that they will pa...Karen Tracey
2010-09-10[1.2.X] Fixed some of the problems with aggregation_regress tests on higher l...Karen Tracey
2010-08-20[1.2.X] Fixed #13895 -- Refactored aggregation_regress doctests. Thanks to Al...Russell Keith-Magee
2010-03-31Fixed #11916 -- Corrected handling of aggregation when there is a subquery pr...Russell Keith-Magee
2010-03-21Fixed #12822: Don't copy the _aggregate_select_cache when cloning a query set,Karen Tracey