summaryrefslogtreecommitdiff
path: root/tests/aggregation
AgeCommit message (Expand)Author
2015-02-13[1.8.x] Refs #14030 -- Added tests for Value aggregatesJosh Smeaton
2015-02-12[1.8.x] Refs #14030 -- Improved expression support for python valuesJosh Smeaton
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-01-22[1.8.x] Fixed small inconsistency when handling aggregate's default_alias.Loic Bistuer
2015-01-08Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen
2014-12-30Applied ignore_warnings to Django testsClaude Paroz
2014-12-12Fixed #23941 -- Removed implicit decimal formatting from expressions.Josh Smeaton
2014-11-16Renamed qn to compilerJosh Smeaton
2014-11-16Removed references to the deprecated assertRaisesRegexp method.Simon Charette
2014-11-15Fixed #14030 -- Allowed annotations to accept all expressionsJosh Smeaton
2014-08-12Fixed #23001 -- Fixed mixing defer and annotationsJosh Smeaton
2014-05-15Harmonized 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