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_regress
Age
Commit message (
Expand
)
Author
2014-05-15
[1.7.x] Harmonized some PEP 0263 coding preambles
Claude Paroz
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-01-26
Fixed #19774 -- Deprecated the contenttypes.generic module.
Simon Charette
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-11-02
PEP8 cleanup
Jason Myers
2013-11-02
Fixed all E261 warnings
coagulant
2013-10-26
Fixed all the E203 violations
Alex Gaynor
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-21
Fixed E227 pep8 warnings
Tim Graham
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-11
Fixed assorted flake8 errors.
Tim Graham
2013-10-05
Improved Query join promotion logic
Anssi Kääriäinen
2013-10-05
Fixed #21150 -- select_related + annotate join promotion failure
Anssi Kääriäinen
2013-09-25
Fixed #21126 -- QuerySet value conversion failure
Anssi Kääriäinen
2013-09-24
Fixed #18333 - Quoted annotated column names
Michael Manfre
2013-09-09
Fixed #19885 -- cleaned up the django.test namespace
Kevin Christopher Henry
2013-08-15
Fixed #20895 -- Made check management command warn if a BooleanField does not...
Alasdair Nicol
2013-07-31
Fixed #15624 -- Made sure aggregations are present in SELECT
Florian Hahn
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-05-28
Fixed random aggregation_regress test_more_more_more() failure
Anssi Kääriäinen
2013-03-13
Fixed failing aggregation tests on MySQL
Anssi Kääriäinen
2013-03-13
Refactored qs.add_q() and utils/tree.py
Anssi Kääriäinen
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner