summaryrefslogtreecommitdiff
path: root/tests/aggregation_regress/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #30446 -- Resolved Value.output_field for stdlib types.Simon Charette2020-07-151-1/+1
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-3/+2
* Refs #14357 -- Made Meta.ordering not affect GROUP BY queries.Mariusz Felisiak2019-09-101-13/+2
* Fixed #28107 -- Added DatabaseFeatures.allows_group_by_selected_pks_on_model(...Vojtech Bocek2019-09-091-0/+27
* Fixed typos in test names and a comment.Min ho Kim2019-08-231-1/+1
* Corrected several typos in string literals and test names.Min ho Kim2019-08-071-1/+1
* Refs #28643 -- Changed Variance() to use NumericOutputFieldMixin.Nick Pope2019-01-141-2/+2
* Refs #28643 -- Changed StdDev() to use NumericOutputFieldMixin.Nick Pope2019-01-141-2/+2
* Refs #28643 -- Changed Avg() to use NumericOutputFieldMixin.Nick Pope2019-01-141-2/+2
* Fixed #28658 -- Added DISTINCT handling to the Aggregate class.Simon Charette2019-01-091-0/+11
* Fixed #30056 -- Added SQLite support for StdDev and Variance functions.Nick Pope2018-12-241-1/+0
* Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries.Ramiro Morales2018-09-131-9/+22
* Fixed #29320 -- Added an exception when an annotation alias matches a Foreign...Flávio Juvenal2018-04-121-0/+5
* Fixed #29067 -- Fixed regression in QuerySet.values_list(..., flat=True) foll...Jon Dufresne2018-01-261-0/+5
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-8/+26
* Fixed #28107 -- Disabled grouping of selected primary keys for unmanaged models.Simon Charette2017-05-111-0/+37
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-2/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #25307 -- Fixed QuerySet.annotate() crash with conditional expressions.Josh Smeaton2017-01-161-1/+47
* Fixed #27632 -- Unified query parameters by their values on Oracle.Mariusz Felisiak2016-12-281-0/+13
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-19/+11
* Fixed typo in tests/aggregation_regress/tests.py.Tim Graham2016-09-241-1/+1
* Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSeq...Mads Jensen2016-09-131-30/+15
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-8/+16
* Fixed W503 flake8 warnings.Tim Graham2016-04-041-2/+2
* Sorted single letter imports per the latest version of isort.Tim Graham2016-03-281-1/+1
* Fixed #26176 -- Fixed E123 flake8 warnings.26176Tim Graham2016-02-051-1/+1
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-24/+16
* Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-031-2/+2
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-30/+152
* Fixed #25382 -- Removed obsolete references to DateQuerySet.Renato Oliveira2015-09-111-1/+1
* Refs #14476 -- Added a test for default annotation name access in aggregate.Tim Graham2015-08-061-0/+5
* Fixed #18247 -- Added cast to NUMERIC for Decimals on sqliteMichael Tänzer2015-06-301-0/+14
* Fixed #24748 -- Fixed incorrect GROUP BY on MySQL in some queriesAnssi Kääriäinen2015-05-111-1/+13
* Fixed #19259 -- Added group by selected primary keys support.Simon Charette2015-03-291-5/+7
* Fixed #24171 -- Fixed failure with complex aggregate query and expressionsAnssi Kääriäinen2015-03-091-1/+11
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-051-75/+151
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+6
* Fixed #24211 -- Removed ValuesQuerySet() and ValuesListQuerySet().Loic Bistuer2015-01-301-1/+1
* Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen2015-01-081-25/+17
* Fixed #23877 -- aggregation's subquery missed target colAnssi Kääriäinen2014-11-271-0/+27
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-8/+8
* Fixed #23659 -- Kept annotate() args orderingClaude Paroz2014-10-161-0/+11
* Fixed #18757, #14462, #21565 -- Reworked database-python type conversionsMarc Tamlyn2014-09-031-12/+0
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-2/+2
* Fixed all E226 violationsAlex Gaynor2013-11-031-4/+4
* Fixed all E261 warningscoagulant2013-11-021-1/+1
* Fixed all the E203 violationsAlex Gaynor2013-10-261-8/+8
* Fix all violators of E231Alex Gaynor2013-10-261-7/+7
* Fixed E227 pep8 warningsTim Graham2013-10-211-3/+3