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
__init__.py
models.py
tests.py Fixed #23877 -- aggregation's subquery missed target col 2014-11-27 06:50:08 -05:00