summaryrefslogtreecommitdiff
path: root/tests/modeltests/aggregation/models.py
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2010-05-28Fixed #13634 -- Migrated aggregation tests to use unittest. This removes a fl...Russell Keith-Magee
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-04-16Fixed #13357 -- Minor changes to get Django running under PyPy. Thanks to Ale...Russell Keith-Magee
2010-02-23Fixed #12948. Removed a test dependency on the formatting of Decimals. Thanks...Joseph Kocherhans
2010-02-23Fixed #12608 -- No longer return inconsistent results when using `values` and...Justin Bronn
2009-05-07Make sure that all uses of max_length in the test suite use values smaller th...Jacob Kaplan-Moss
2009-03-12Fixed #10250 -- Added a regression test to ensure that GROUP BY statements ar...Russell Keith-Magee
2009-02-23Fixed #10182 -- Corrected realiasing and the process of evaluating values() f...Russell Keith-Magee
2009-02-03Fixed #10127 -- Corrected (no, really, this time!) the way the select_related...Russell Keith-Magee
2009-01-23Fixed #10089 -- Corrected handling of aggregates when the query set contains ...Russell Keith-Magee
2009-01-15Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...Russell Keith-Magee