django/tests/aggregation
Anssi Kääriäinen 4bd5554721 Fixed #20782 -- qs.values().aggregate() failure
In the combination of .values().aggregate() the aggregate_select_mask
didn't include the aggregates added. This resulted in bogus query.

Thanks to Trac alias debanshuk for report.
2013-07-23 11:38:38 +03:00
..
fixtures
__init__.py
models.py
tests.py Fixed #20782 -- qs.values().aggregate() failure 2013-07-23 11:38:38 +03:00