index
:
django.git
fix-31295
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
/
datastructures
Age
Commit message (
Expand
)
Author
2010-02-22
Fixed #12820. Implemented other dict methods for MergeDict. Thanks, Gisle Aas.
Joseph Kocherhans
2010-01-03
Fixed #12476 -- Forced the rollout of generators passed to SortedDict so that...
Russell Keith-Magee
2009-03-31
Fixed #8847, #10370: added some missing methods to MultiValueDict after [8399...
Jacob Kaplan-Moss
2008-08-25
Fixed #7496 -- It's now possible to pickle SortedDicts with pickle protocol 2
Malcolm Tredinnick
2008-08-16
Fixed #7331 -- Made `QueryDict.iteritems` behave like `QueryDict.items`, than...
Gary Wilson Jr
2008-07-01
Fixed #2070: refactored Django's file upload capabilities.
Jacob Kaplan-Moss
2008-06-26
A forgotten file from [7743] (test the new DictWrapper class).
Malcolm Tredinnick
2008-02-21
Fixed #6627 -- Made dict.clear() work for SortedDicts.
Malcolm Tredinnick
2008-02-18
Fixed #6611 -- When copying a SortedDict, make a new copy of the keys list.
Malcolm Tredinnick
2008-02-03
Fixed #6465 -- Tweaked MergeDict.getlist() to work with Django's MultiValueDi...
Malcolm Tredinnick
2007-11-25
Added a few more tests for `MultiValueDict`.
Gary Wilson Jr
2007-10-22
Fixed #5183 -- Added __deepcopy__, pop() and popitem() to SortedDict. Based on
Malcolm Tredinnick
2007-10-14
Fixed #5744 -- Allowed SortedDict contructor to be passed a list of tuples to...
Gary Wilson Jr
2007-08-12
Fixed #4947 -- Avoid displaying uploaded file contents in the debug web page....
Malcolm Tredinnick
2007-04-25
Fixed #3964 -- Added a custom SortedDict.__repr__ so that the keys are printed
Malcolm Tredinnick
2007-03-09
Fixed #3678 -- Implemented SortedDict.copy().
Malcolm Tredinnick
2007-03-08
Fixed #3616 -- Added some more data structure tests from Chris McAvoy.
Malcolm Tredinnick
2007-02-28
Fixed #2779: added a copy() method to MergeDict, along with some new tests fo...
Jacob Kaplan-Moss