index
:
django.git
fix-31295
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
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-03-28
Sorted single letter imports per the latest version of isort.
Tim Graham
2016-02-05
Fixed #26176 -- Fixed E123 flake8 warnings.
Tim Graham
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-11
Fixed #25382 -- Removed obsolete references to DateQuerySet.
Renato Oliveira
2015-08-06
Refs #14476 -- Added a test for default annotation name access in aggregate.
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-06-30
Fixed #18247 -- Added cast to NUMERIC for Decimals on sqlite
Michael Tänzer
2015-05-11
Fixed #24748 -- Fixed incorrect GROUP BY on MySQL in some queries
Anssi Kääriäinen
2015-03-29
Fixed #19259 -- Added group by selected primary keys support.
Simon Charette
2015-03-09
Fixed #24171 -- Fixed failure with complex aggregate query and expressions
Anssi Kääriäinen
2015-03-05
Converted test fixtures to setUpTestData methods
Josh Smeaton
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-30
Fixed #24211 -- Removed ValuesQuerySet() and ValuesListQuerySet().
Loic Bistuer
2015-01-08
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2014-11-27
Fixed #23877 -- aggregation's subquery missed target col
Anssi Kääriäinen
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-10-16
Fixed #23659 -- Kept annotate() args ordering
Claude Paroz
2014-09-03
Fixed #18757, #14462, #21565 -- Reworked database-python type conversions
Marc Tamlyn
2014-05-15
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
[prev]