summaryrefslogtreecommitdiff
path: root/tests/regressiontests/aggregation_regress
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2013-02-19Avoided related_name conflicts in testsAnssi Kääriäinen
2013-02-19Fixed #10870 -- Added aggreation + generic reverse relation testFlorian Hahn
2013-02-16Fixed #17260 -- Added time zone aware aggregation and lookups.Aymeric Augustin
2012-12-16Fixed #10790 -- Refactored sql.Query.setup_joins()Anssi Kääriäinen
2012-11-08Fixed #17144 -- MySQL again groups by PK onlyAnssi Kääriäinen
2012-10-08Fixed #19087 -- Ensured query's base table is never LOUTER joinedAnssi Kääriäinen
2012-08-12Fixed #13844 -- Avoid converting unknown db values to floatAnssi Kääriäinen
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-08-07[py3] Fixed access to dict keys/values/items.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2011-11-27Renamed the fixtures used by the aggregation tests so they're only loaded by ...Aymeric Augustin
2011-10-13Convert much of the regression tests to use absolute imports. There's still ...Alex Gaynor
2011-08-12Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.Jannis Leidel
2011-05-21Fixed #11789 -- Fixed aggregates so it interacts with QuerySet none() in a wa...Ramiro Morales
2011-05-21Fixed #14476 -- Fixed resolution of automatically generated annotation names ...Ramiro Morales
2011-05-07Fixed #15709 - Duplicated group_by conditionLuke Plant
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-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-04-16Fixed #13357 -- Minor changes to get Django running under PyPy. Thanks to Ale...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
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-05-10Fixed #10906 -- Added a check for PostgreSQL pre 8.2 when using StdDev/Varian...Russell Keith-Magee
2009-05-07Make sure that all uses of max_length in the test suite use values smaller th...Jacob Kaplan-Moss
2009-04-11Fixed #10197 -- Corrected pickling of querysets when a subset of fields was s...Russell Keith-Magee
2009-04-11Fixed #10766 -- Raise an error when annotate() references another aggreagte()...Russell Keith-Magee
2009-04-08Fixed #10666 -- Corrected the handling of inherited fields with aggregate() a...Russell Keith-Magee
2009-04-02Fixed #10670: fixed reusing QuerySets previously used in a filter expression....Jacob Kaplan-Moss
2009-03-14Fixed #10425 -- Corrected the interaction of .count() with .annotate() when ....Russell Keith-Magee
2009-03-12Fixed #10250 -- Added a regression test to ensure that GROUP BY statements ar...Russell Keith-Magee
2009-02-25Fixed #10290: do not use aliases when adding extra_selects to the GROUP BY cl...Ian Kelly
2009-02-23Fixed #10182 -- Corrected realiasing and the process of evaluating values() f...Russell Keith-Magee
2009-02-16Fixed #10248 -- Corrected handling of the GROUP BY clause when using a DateQu...Russell Keith-Magee
2009-02-16Fixed #10132 -- Corrected the interaction of extra() queries with the values(...Russell Keith-Magee
2009-02-16Fixed #10256 -- Corrected the interaction of extra(select=) with values() and...Russell Keith-Magee