summaryrefslogtreecommitdiff
path: root/tests/modeltests/aggregation
Commit message (Expand)AuthorAgeFilesLines
* Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee2010-05-041-9/+1
* Fixed #13357 -- Minor changes to get Django running under PyPy. Thanks to Ale...Russell Keith-Magee2010-04-161-4/+4
* Fixed #12948. Removed a test dependency on the formatting of Decimals. Thanks...Joseph Kocherhans2010-02-231-2/+3
* Fixed #12608 -- No longer return inconsistent results when using `values` and...Justin Bronn2010-02-231-0/+3
* Make sure that all uses of max_length in the test suite use values smaller th...Jacob Kaplan-Moss2009-05-071-3/+3
* Fixed #10250 -- Added a regression test to ensure that GROUP BY statements ar...Russell Keith-Magee2009-03-121-42/+28
* Fixed #10182 -- Corrected realiasing and the process of evaluating values() f...Russell Keith-Magee2009-02-231-3/+2
* Fixed #10127 -- Corrected (no, really, this time!) the way the select_related...Russell Keith-Magee2009-02-032-8/+15
* Fixed #10089 -- Corrected handling of aggregates when the query set contains ...Russell Keith-Magee2009-01-232-2/+10
* Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...Russell Keith-Magee2009-01-153-0/+608