summaryrefslogtreecommitdiff
path: root/tests/modeltests/aggregation/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-587/+0
* Fixed #17260 -- Added time zone aware aggregation and lookups.Aymeric Augustin2013-02-161-4/+4
* Fixed #18056 - Cleared aggregations on DateQuery.add_date_selectNuno Maltez2012-07-161-0/+20
* Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz2012-06-071-50/+50
* Renamed the fixtures used by the aggregation tests so they're only loaded by ...Aymeric Augustin2011-11-271-1/+1
* Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor2011-10-131-1/+3
* Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee2011-03-031-1/+1
* Fixed #13895 -- Refactored aggregation_regress doctests. Thanks to Alex Gayno...Russell Keith-Magee2010-08-201-14/+1
* Fixed #13634 -- Migrated aggregation tests to use unittest. This removes a fl...Russell Keith-Magee2010-05-281-0/+578