summaryrefslogtreecommitdiff
path: root/tests/aggregation
AgeCommit message (Expand)Author
2014-05-15[1.7.x] Harmonized some PEP 0263 coding preamblesClaude Paroz
2014-01-18Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen
2013-11-02PEP8 cleanupJason Myers
2013-10-24Start attacking E231 violationsAlex Gaynor
2013-10-10Whitespace cleanup.Tim Graham
2013-09-09Fixed #19885 -- cleaned up the django.test namespaceKevin Christopher Henry
2013-08-19Fixed an aggregation test failure on MySQL.Simon Charette
2013-08-19Fixed #11881 -- removed junk from aggregation subqueriesAnssi Kääriäinen
2013-08-19Fixed #12886 -- aggregation over sliced querysetAnssi Kääriäinen
2013-08-07Fixed #17424 -- annotate() + exclude() bugAnssi Kääriäinen
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-23Fixed #20782 -- qs.values().aggregate() failureAnssi Kääriäinen
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner