index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
aggregation
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed tests that rely on hardcoded id with keepdb
Josh Smeaton
2017-01-14
1
-18
/
+18
*
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-11-10
1
-6
/
+5
*
Fixed #26458 -- Based Avg's default output_field resolution on its source fie...
Simon Charette
2016-04-05
1
-0
/
+6
*
Sorted single letter imports per the latest version of isort.
Tim Graham
2016-03-28
1
-1
/
+1
*
Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...
Hasan
2016-01-29
1
-7
/
+7
*
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-12-03
1
-1
/
+1
*
Refs #14030 -- Removed backwards compatiblity for old-style aggregates.
Tim Graham
2015-09-23
1
-24
/
+3
*
Fixed #25377 -- Changed Count queries to execute COUNT(*) instead of COUNT('*').
Adam Chainz
2015-09-14
1
-0
/
+6
*
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-12
1
-10
/
+60
*
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-27
1
-2
/
+2
*
Fixed #25095 -- Fixed annotate() + values() group by bug
Mitchell Kotler
2015-07-27
1
-0
/
+31
*
Fixed #24923 -- errored out nicely when using aggregates in order_by()
Anssi Kääriäinen
2015-07-13
1
-0
/
+8
*
Fixed #24887 -- Removed one-arg limit from models.aggregate
Greg Chapple
2015-06-27
1
-1
/
+23
*
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-24
1
-2
/
+2
*
Fixed #24699 -- Added aggregate support for DurationField on Oracle
Josh Smeaton
2015-05-30
1
-44
/
+52
*
Fixed #24649 -- Allowed using Avg aggregate on non-numeric field types.
Tim Graham
2015-04-25
2
-6
/
+26
*
Refs #24385 -- Added tests for distinct sum issue fixed in c7fd9b242d2d63406f...
Edward Henderson
2015-04-14
1
-0
/
+14
*
Converted test fixtures to setUpTestData methods
Josh Smeaton
2015-03-05
2
-282
/
+117
*
Refs #14030 -- Added tests for Value aggregates
Josh Smeaton
2015-02-13
1
-2
/
+4
*
Refs #14030 -- Improved expression support for python values
Josh Smeaton
2015-02-12
1
-5
/
+5
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-7
/
+6
*
Fixed small inconsistency when handling aggregate's default_alias.
Loic Bistuer
2015-01-22
1
-1
/
+3
*
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2015-01-08
1
-1
/
+1
*
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-30
1
-10
/
+6
*
Fixed #23941 -- Removed implicit decimal formatting from expressions.
Josh Smeaton
2014-12-12
1
-3
/
+16
*
Renamed qn to compiler
Josh Smeaton
2014-11-16
1
-7
/
+7
*
Removed references to the deprecated assertRaisesRegexp method.
Simon Charette
2014-11-16
1
-6
/
+7
*
Fixed #14030 -- Allowed annotations to accept all expressions
Josh Smeaton
2014-11-15
1
-1
/
+278
*
Fixed #23001 -- Fixed mixing defer and annotations
Josh Smeaton
2014-08-12
1
-0
/
+25
*
Harmonized some PEP 0263 coding preambles
Claude Paroz
2014-05-15
1
-1
/
+1
*
Fixed #16187 -- refactored ORM lookup system
Anssi Kääriäinen
2014-01-18
1
-1
/
+1
*
PEP8 cleanup
Jason Myers
2013-11-02
1
-0
/
+3
*
Start attacking E231 violations
Alex Gaynor
2013-10-24
1
-3
/
+3
*
Whitespace cleanup.
Tim Graham
2013-10-10
1
-1
/
+0
*
Fixed #19885 -- cleaned up the django.test namespace
Kevin Christopher Henry
2013-09-09
1
-1
/
+2
*
Fixed an aggregation test failure on MySQL.
Simon Charette
2013-08-19
1
-1
/
+11
*
Fixed #11881 -- removed junk from aggregation subqueries
Anssi Kääriäinen
2013-08-19
1
-0
/
+17
*
Fixed #12886 -- aggregation over sliced queryset
Anssi Kääriäinen
2013-08-19
1
-0
/
+8
*
Fixed #17424 -- annotate() + exclude() bug
Anssi Kääriäinen
2013-08-07
1
-0
/
+21
*
Removed most of absolute_import imports
Claude Paroz
2013-07-29
1
-1
/
+1
*
Fixed #20782 -- qs.values().aggregate() failure
Anssi Kääriäinen
2013-07-23
1
-0
/
+11
*
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2013-02-26
4
-0
/
+877