summaryrefslogtreecommitdiff
path: root/tests/regressiontests/aggregation_regress/tests.py
AgeCommit message (Expand)Author
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