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
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
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner