index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
aggregation
Age
Commit message (
Expand
)
Author
2018-02-02
Simplified aggregation.tests.
Mariusz Felisiak
2017-08-12
Fixed #27849 -- Added filtering support to aggregates.
Tom
2017-07-21
Refs #24887 -- Stopped mutating a test expression during as_sql().
Simon Charette
2017-07-11
Fixed #28382 -- Prevented BaseExpression._output_field from being set if _res...
Sergey Fedoseev
2017-06-29
Fixed #28277 -- Added validation of QuerySet.annotate() and aggregate() args.
Mariusz Felisiak
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-14
Fixed tests that rely on hardcoded id with keepdb
Josh Smeaton
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-04-05
Fixed #26458 -- Based Avg's default output_field resolution on its source fie...
Simon Charette
2016-03-28
Sorted single letter imports per the latest version of isort.
Tim Graham
2016-01-29
Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...
Hasan
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-09-23
Refs #14030 -- Removed backwards compatiblity for old-style aggregates.
Tim Graham
2015-09-14
Fixed #25377 -- Changed Count queries to execute COUNT(*) instead of COUNT('*').
Adam Chainz
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-27
Fixed #25095 -- Fixed annotate() + values() group by bug
Mitchell Kotler
2015-07-13
Fixed #24923 -- errored out nicely when using aggregates in order_by()
Anssi Kääriäinen
2015-06-27
Fixed #24887 -- Removed one-arg limit from models.aggregate
Greg Chapple
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-05-30
Fixed #24699 -- Added aggregate support for DurationField on Oracle
Josh Smeaton
2015-04-25
Fixed #24649 -- Allowed using Avg aggregate on non-numeric field types.
Tim Graham
2015-04-14
Refs #24385 -- Added tests for distinct sum issue fixed in c7fd9b242d2d63406f...
Edward Henderson
2015-03-05
Converted test fixtures to setUpTestData methods
Josh Smeaton
2015-02-13
Refs #14030 -- Added tests for Value aggregates
Josh Smeaton
2015-02-12
Refs #14030 -- Improved expression support for python values
Josh Smeaton
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-22
Fixed small inconsistency when handling aggregate's default_alias.
Loic Bistuer
2015-01-08
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2014-12-30
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-12
Fixed #23941 -- Removed implicit decimal formatting from expressions.
Josh Smeaton
2014-11-16
Renamed qn to compiler
Josh Smeaton
2014-11-16
Removed references to the deprecated assertRaisesRegexp method.
Simon Charette
2014-11-15
Fixed #14030 -- Allowed annotations to accept all expressions
Josh Smeaton
2014-08-12
Fixed #23001 -- Fixed mixing defer and annotations
Josh Smeaton
2014-05-15
Harmonized some PEP 0263 coding preambles
Claude Paroz
2014-01-18
Fixed #16187 -- refactored ORM lookup system
Anssi Kääriäinen
2013-11-02
PEP8 cleanup
Jason Myers
2013-10-24
Start attacking E231 violations
Alex Gaynor
2013-10-10
Whitespace cleanup.
Tim Graham
2013-09-09
Fixed #19885 -- cleaned up the django.test namespace
Kevin Christopher Henry
2013-08-19
Fixed an aggregation test failure on MySQL.
Simon Charette
2013-08-19
Fixed #11881 -- removed junk from aggregation subqueries
Anssi Kääriäinen
2013-08-19
Fixed #12886 -- aggregation over sliced queryset
Anssi Kääriäinen
2013-08-07
Fixed #17424 -- annotate() + exclude() bug
Anssi Kääriäinen
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-23
Fixed #20782 -- qs.values().aggregate() failure
Anssi Kääriäinen
[next]