#8447 closed (fixed)
with change in behavior to MultiValueDict.iteritems, there should be a MultiValueDict.iterlists
Reported by: | James Turk | Owned by: | James Turk |
---|---|---|---|
Component: | Core (Other) | Version: | dev |
Severity: | Keywords: | multivaluedict | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Changeset [8399] changed the value of MultiValueDict's iteritems to return singular items instead of lists (closing #7331) and some people may depend on the ability to iterate over the lists.
There is already a lists() method that is the analog of items(), it seems reasonable that there should be an equivalent iterlists() method that simply does what iteritems() used to do.
related django-developers discussion: http://groups.google.com/group/django-developers/browse_thread/thread/cb99e60e7ed86386
Attachments (2)
Change History (10)
comment:1 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
first patch has a small error in the documentation
comment:2 by , 16 years ago
weird.. after trying to update my patch it now says the first patch was submitted by jdunck?
comment:3 by , 16 years ago
Has patch: | set |
---|
comment:4 by , 16 years ago
milestone: | → 1.1 |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:5 by , 16 years ago
Triage Stage: | Accepted → Ready for checkin |
---|