summaryrefslogtreecommitdiff
path: root/tests/regressiontests/utils/datastructures.py
AgeCommit message (Expand)Author
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2010-10-27Fixed MultiValueDict's copy implementation to be consistant with all other co...Alex Gaynor
2010-09-28Migrated regressiontest/datastructures doctest, and moved it into the existin...Russell Keith-Magee
2010-09-28A few test optimizations; using native unittest where no Django-specific Test...Russell Keith-Magee
2010-09-27Migrated datastructures utils doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2008-07-23Removed some potentially misleading code (it isn't executed) after the changesMalcolm Tredinnick
2008-07-13Fixed #7718 -- Added a naive implementation of sorted() for Python 2.3 compat...Russell Keith-Magee
2008-07-11Fixed #7303 -- Clarified a test case that was dependent on dict ordering. Tha...Russell Keith-Magee
2007-11-29Fixed #6050 -- Handled edge-case of duplicate keys being passed whenMalcolm Tredinnick