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
/
regressiontests
/
utils
/
datastructures.py
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2012-12-29
Advanced pending deprecation warnings.
Aymeric Augustin
2012-10-26
Fixed test failure under Python 2.x introduced in 3e10d22df5
Luke Plant
2012-10-26
Fixed test failures on Python 3.3 due to dict ordering assumptions.
Luke Plant
2012-10-15
Added tests for reversed iteration over SortedDict.
Mitar
2012-07-25
[py3] Updated dict-like data structures for Python 3.
Aymeric Augustin
2012-07-24
Added tests for deprecation warnings and fixed the argument order for the war...
Alex Gaynor
2012-07-22
[py3] Added Python 3 compatibility for xrange.
Aymeric Augustin
2012-07-14
Remove DotExpandedDict, which was undocumented and unused.
Alex Gaynor
2012-04-30
Fixed SortedDict.__copy__()
Anssi Kääriäinen
2012-02-09
Fixed #17634 -- Optimized the performance of MultiValueDict by using append i...
Aymeric Augustin
2011-10-13
Remove a handful of `import *` from the tests.
Alex Gaynor
2011-08-13
Fixed #14503 -- Unified multiple implementations of test cases assert* method...
Ramiro Morales
2011-06-16
Fixed #12375 -- Added a dict() method to convert a MultiValueDict (such as a ...
Jannis Leidel
2011-05-22
Fixed #6580 -- Added `default` parameter to `MultiValueDict.getlist` method (...
Jannis Leidel
2011-03-28
Fixed #15703 -- Corrected problem in test suite introduced by Python 2.4 chan...
Russell Keith-Magee
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2010-10-27
Fixed MultiValueDict's copy implementation to be consistant with all other co...
Alex Gaynor
2010-09-28
Migrated regressiontest/datastructures doctest, and moved it into the existin...
Russell Keith-Magee
2010-09-28
A few test optimizations; using native unittest where no Django-specific Test...
Russell Keith-Magee
2010-09-27
Migrated datastructures utils doctests. Thanks to Stephan Jaekel.
Russell Keith-Magee
2008-07-23
Removed some potentially misleading code (it isn't executed) after the changes
Malcolm Tredinnick
2008-07-13
Fixed #7718 -- Added a naive implementation of sorted() for Python 2.3 compat...
Russell Keith-Magee
2008-07-11
Fixed #7303 -- Clarified a test case that was dependent on dict ordering. Tha...
Russell Keith-Magee
2007-11-29
Fixed #6050 -- Handled edge-case of duplicate keys being passed when
Malcolm Tredinnick