Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/aggregation_regress/tests.py
Commit message (Expand)AuthorAgeFilesLines
* 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 a...Tim Graham2015-08-061-0/+5
* Fixed #18247 -- Added cast to NUMERIC for Decimals on sqliteMichael Tänzer2015-07-011-0/+14
* Fixed #24748 -- Fixed incorrect GROUP BY on MySQL in some...Anssi Kääriäinen2015-05-111-1/+13
* Fixed #19259 -- Added group by selected primary keys supp...Simon Charette2015-03-301-5/+7
* Fixed #24171 -- Fixed failure with complex aggregate quer...Anssi 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 ValuesListQu...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 Djan...Berker Peksag2014-11-031-8/+8
* Fixed #23659 -- Kept annotate() args orderingClaude Paroz2014-10-161-0/+11
* Fixed #18757, #14462, #21565 -- Reworked database-python ...Marc 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-271-8/+8
* Fix all violators of E231Alex Gaynor2013-10-261-7/+7
* Fixed E227 pep8 warningsTim Graham2013-10-211-3/+3
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Fixed assorted flake8 errors.Tim Graham2013-10-111-9/+9
* Improved Query join promotion logicAnssi Kääriäinen2013-10-051-3/+20
* Fixed #21150 -- select_related + annotate join promotion ...Anssi Kääriäinen2013-10-051-2/+19
* Fixed #21126 -- QuerySet value conversion failureAnssi Kääriäinen2013-09-251-0/+11
* Fixed #18333 - Quoted annotated column namesMichael Manfre2013-09-241-0/+10
* Fixed #19885 -- cleaned up the django.test namespaceKevin Christopher Henry2013-09-091-1/+2
* Fixed #15624 -- Made sure aggregations are present in SELECTFlorian Hahn2013-07-311-0/+7
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+0
* Fixed random aggregation_regress test_more_more_more() fa...Anssi Kääriäinen2013-05-281-1/+7
* Fixed failing aggregation tests on MySQLAnssi Kääriäinen2013-03-131-3/+3
* Refactored qs.add_q() and utils/tree.pyAnssi Kääriäinen2013-03-131-4/+85
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+1022