summaryrefslogtreecommitdiff
path: root/django/utils/datastructures.py
Commit message (Expand)AuthorAgeFilesLines
* boulder-oracle-sprint: Merged to [5099]Boulder Sprinters2007-04-261-1/+1
* boulder-oracle-sprint: Merged to [5078]Boulder Sprinters2007-04-251-6/+13
* boulder-oracle-sprint: Merged to [5061]Boulder Sprinters2007-04-231-1/+1
* boulder-oracle-sprint: Merged to [4754]. 8 tests still fail, although Boulder Sprinters2007-03-201-1/+1
* boulder-oracle-sprint: Merged to trunk [4692].Boulder Sprinters2007-03-091-1/+15
* boulder-oracle-sprint: Merged to trunk [4455].Boulder Sprinters2007-02-021-1/+5
* Fixed #2791 -- Added __contains__ method (for "a in dict" checks) to MergeDict.Malcolm Tredinnick2006-09-231-0/+3
* Fixed #2441 -- Improved MultiValueDict.update() to take keyword args, like Py...Adrian Holovaty2006-08-311-11/+17
* Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...Adrian Holovaty2006-06-081-1/+1
* Fixed #2079 -- Fixed bug introduced in [3070] in django.utils.datastructuresAdrian Holovaty2006-06-051-1/+2
* Eliminated lots of mutable default arguments (since they are bugsLuke Plant2006-06-031-2/+3
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-021-1/+38
* Fixed #1539 in trunkAdrian Holovaty2006-03-281-8/+13
* Changed repr for MultiValueDictAdrian Holovaty2006-01-041-1/+1
* Fixed #1131 -- Added repr() to MultiValueDict. Thanks, SimonAdrian Holovaty2005-12-281-0/+3
* Fixed #736 -- Changed behavior of QueryDict items() to be more consistent, fi...Adrian Holovaty2005-11-301-49/+63
* Fixed #709 -- Added a __contains__ method to MultiValueDict. Thanks, BrantleyAdrian Holovaty2005-11-301-0/+3
* Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty2005-07-131-0/+171