index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
modeltests
/
aggregation
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2013-02-16
Fixed #17260 -- Added time zone aware aggregation and lookups.
Aymeric Augustin
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-07-16
Fixed #18056 - Cleared aggregations on DateQuery.add_date_select
Nuno Maltez
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2011-11-27
Renamed the fixtures used by the aggregation tests so they're only loaded by ...
Aymeric Augustin
2011-10-13
Convert all modeltests to use absolute imports, rather than relative ones.
Alex Gaynor
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2010-08-20
Fixed #13895 -- Refactored aggregation_regress doctests. Thanks to Alex Gayno...
Russell Keith-Magee
2010-05-28
Fixed #13634 -- Migrated aggregation tests to use unittest. This removes a fl...
Russell Keith-Magee
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-04-16
Fixed #13357 -- Minor changes to get Django running under PyPy. Thanks to Ale...
Russell Keith-Magee
2010-02-23
Fixed #12948. Removed a test dependency on the formatting of Decimals. Thanks...
Joseph Kocherhans
2010-02-23
Fixed #12608 -- No longer return inconsistent results when using `values` and...
Justin Bronn
2009-05-07
Make sure that all uses of max_length in the test suite use values smaller th...
Jacob Kaplan-Moss
2009-03-12
Fixed #10250 -- Added a regression test to ensure that GROUP BY statements ar...
Russell Keith-Magee
2009-02-23
Fixed #10182 -- Corrected realiasing and the process of evaluating values() f...
Russell Keith-Magee
2009-02-03
Fixed #10127 -- Corrected (no, really, this time!) the way the select_related...
Russell Keith-Magee
2009-01-23
Fixed #10089 -- Corrected handling of aggregates when the query set contains ...
Russell Keith-Magee
2009-01-15
Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...
Russell Keith-Magee