Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/aggregation
Commit message (Expand)AuthorAgeFilesLines
* Refs #14030 -- Removed backwards compatiblity for old-sty...Tim Graham2015-09-241-24/+3
* Fixed #25377 -- Changed Count queries to execute COUNT(*)...Adam Chainz2015-09-141-0/+6
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-10/+60
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-2/+2
* Fixed #25095 -- Fixed annotate() + values() group by bugMitchell Kotler2015-07-271-0/+31
* Fixed #24923 -- errored out nicely when using aggregates ...Anssi Kääriäinen2015-07-131-0/+8
* Fixed #24887 -- Removed one-arg limit from models.aggregateGreg Chapple2015-06-271-1/+23
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* Fixed #24699 -- Added aggregate support for DurationField...Josh Smeaton2015-05-311-44/+52
* Fixed #24649 -- Allowed using Avg aggregate on non-numeri...Tim Graham2015-04-252-6/+26
* Refs #24385 -- Added tests for distinct sum issue fixed i...Edward Henderson2015-04-151-0/+14
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-052-282/+117
* Refs #14030 -- Added tests for Value aggregatesJosh Smeaton2015-02-131-2/+4
* Refs #14030 -- Improved expression support for python valuesJosh Smeaton2015-02-111-5/+5
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-7/+6
* Fixed small inconsistency when handling aggregate's defau...Loic Bistuer2015-01-211-1/+3
* Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen2015-01-081-1/+1
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-10/+6
* Fixed #23941 -- Removed implicit decimal formatting from ...Josh Smeaton2014-12-121-3/+16
* Renamed qn to compilerJosh Smeaton2014-11-161-7/+7
* Removed references to the deprecated assertRaisesRegexp m...Simon Charette2014-11-161-6/+7
* Fixed #14030 -- Allowed annotations to accept all express...Josh Smeaton2014-11-151-1/+278
* Fixed #23001 -- Fixed mixing defer and annotationsJosh Smeaton2014-08-121-0/+25
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
* Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen2014-01-181-1/+1
* PEP8 cleanupJason Myers2013-11-031-0/+3
* Start attacking E231 violationsAlex Gaynor2013-10-241-3/+3
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
* Fixed #19885 -- cleaned up the django.test namespaceKevin Christopher Henry2013-09-091-1/+2
* Fixed an aggregation test failure on MySQL.Simon Charette2013-08-201-1/+11
* Fixed #11881 -- removed junk from aggregation subqueriesAnssi Kääriäinen2013-08-191-0/+17
* Fixed #12886 -- aggregation over sliced querysetAnssi Kääriäinen2013-08-191-0/+8
* Fixed #17424 -- annotate() + exclude() bugAnssi Kääriäinen2013-08-071-0/+21
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Fixed #20782 -- qs.values().aggregate() failureAnssi Kääriäinen2013-07-231-0/+11
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-264-0/+877