summaryrefslogtreecommitdiff
path: root/tests/aggregation_regress
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34176 -- Fixed grouping by ambiguous aliases.Simon Charette2023-01-092-3/+133
* Refs #17144 -- Removed support for grouping by primary key.Simon Charette2022-11-071-9/+5
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner2022-10-081-26/+26
* Replaced assertQuerysetEqual() to assertSequenceEqual()/assertCountEqual() wh...Mariusz Felisiak2022-10-071-2/+2
* Refs #33308 -- Enabled explicit GROUP BY and ORDER BY aliases.Simon Charette2022-10-061-4/+13
* Fixed #34024 -- Fixed crash when aggregating querysets with Q objects annotat...David Sanders2022-09-231-0/+3
* Relaxed some query ordering assertions in various tests.Mariusz Felisiak2022-04-141-1/+1
* Fixed #29865 -- Added logical XOR support for Q() and querysets.Ryan Heard2022-03-041-0/+22
* Refs #11293 -- Added test for filtering aggregates with negated & operator.Mariusz Felisiak2022-03-041-1/+13
* Removed redundant QuerySet.all() calls in docs and tests.Nick Pope2022-02-221-10/+6
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-13/+30
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-730/+975
* Fixed #32690 -- Fixed __in lookup crash when combining with filtered aggregates.Simon Charette2021-05-051-0/+8
* Fixed #32168 -- Removed serial pk assumption in aggregation_regress tests.Christopher Wang2020-11-041-3/+5
* Refs #32168 -- Fixed Publisher assertions in AggregationTests.test_more_more.Christopher Wang2020-11-041-4/+4
* Fixed #31910 -- Fixed crash of GIS aggregations over subqueries.Simon Charette2020-11-041-1/+1
* Refs #30446 -- Removed unnecessary Value(..., output_field) in docs and tests.Simon Charette2020-07-151-2/+2
* Fixed #30446 -- Resolved Value.output_field for stdlib types.Simon Charette2020-07-151-1/+1
* Removed unused __str__() methods in tests models.Mariusz Felisiak2020-04-301-15/+0
* 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 python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-6/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-182-3/+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