django/tests/aggregation_regress
Anssi Kääriäinen bd337184f1 Fixed #23877 -- aggregation's subquery missed target col
Aggregation over subquery produced syntactically incorrect queries in
some cases as Django didn't ensure that source expressions of the
aggregation were present in the subquery.
2014-11-27 06:50:08 -05:00
..
fixtures Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Harmonized some PEP 0263 coding preambles 2014-05-15 19:58:41 +02:00
tests.py Fixed #23877 -- aggregation's subquery missed target col 2014-11-27 06:50:08 -05:00