summaryrefslogtreecommitdiff
path: root/tests/regressiontests/aggregation_regress/tests.py
AgeCommit message (Expand)Author
2011-03-09Fixed a test that was failing in Oracle due to default ordering assumptions.Ian Kelly
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-01-26Fixed #13159 -- properly quote aggregates in order_by.Alex Gaynor
2011-01-17Corrected an aggregation test failure under PostgreSQL, introduced by r15223....Russell Keith-Magee
2011-01-16Fixed #14707 -- Relax the protections on aggregate naming collisions when a V...Russell Keith-Magee
2011-01-11Fixed #11293 -- fixed using Q objects to generate ORs with aggregates.Alex Gaynor
2010-11-26Fixed a suite of errors in the ORM -- a) fixed calling values_list().values_l...Alex Gaynor
2010-11-22Fixed #14754 -- corrected using an aggregate in an F expressions when that qu...Alex Gaynor
2010-11-17Fixed #12687 -- fixed an issue with aggregates and counts in conjunction with...Alex Gaynor
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-10-10Refs #11256 -- Extended the annotation field name conflict check to cover m2m...Carl Meyer
2010-10-09Added sanity-checking of annotation alias names.Carl Meyer
2010-09-10Fixed #14246: Modified aggregation_regress tests so that they will pass on a ...Karen Tracey
2010-09-10Fixed some of the problems with aggregation_regress tests on higher levles of...Karen Tracey
2010-08-20Fixed #13895 -- Refactored aggregation_regress doctests. Thanks to Alex Gayno...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