summaryrefslogtreecommitdiff
path: root/tests/aggregation/tests.py
AgeCommit message (Expand)Author
2017-07-21Refs #24887 -- Stopped mutating a test expression during as_sql().Simon Charette
2017-07-11Fixed #28382 -- Prevented BaseExpression._output_field from being set if _res...Sergey Fedoseev
2017-06-29Fixed #28277 -- Added validation of QuerySet.annotate() and aggregate() args.Mariusz Felisiak
2017-06-01Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-14Fixed tests that rely on hardcoded id with keepdbJosh Smeaton
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-04-05Fixed #26458 -- Based Avg's default output_field resolution on its source fie...Simon Charette
2016-03-28Sorted single letter imports per the latest version of isort.Tim Graham
2016-01-29Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...Hasan
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-09-23Refs #14030 -- Removed backwards compatiblity for old-style aggregates.Tim Graham
2015-09-14Fixed #25377 -- Changed Count queries to execute COUNT(*) instead of COUNT('*').Adam Chainz
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-07-27Fixed #25095 -- Fixed annotate() + values() group by bugMitchell Kotler
2015-07-13Fixed #24923 -- errored out nicely when using aggregates in order_by()Anssi Kääriäinen
2015-06-27Fixed #24887 -- Removed one-arg limit from models.aggregateGreg Chapple
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-05-30Fixed #24699 -- Added aggregate support for DurationField on OracleJosh Smeaton
2015-04-25Fixed #24649 -- Allowed using Avg aggregate on non-numeric field types.Tim Graham
2015-04-14Refs #24385 -- Added tests for distinct sum issue fixed in c7fd9b242d2d63406f...Edward Henderson
2015-03-05Converted test fixtures to setUpTestData methodsJosh Smeaton
2015-02-13Refs #14030 -- Added tests for Value aggregatesJosh Smeaton
2015-02-12Refs #14030 -- Improved expression support for python valuesJosh Smeaton
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-22Fixed 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-01-18Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen
2013-10-24Start attacking E231 violationsAlex Gaynor
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