#10184 closed (fixed)
pickled QueryDicts lose multiple-values.
Reported by: | Owned by: | Alex Gaynor | |
---|---|---|---|
Component: | HTTP handling | Version: | dev |
Severity: | Keywords: | QueryDict pickle session | |
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
Pickling a querydict with multiple values for the same key causes it to only retain the one of its values. attached a patch against tests/regressiontests/httpwrappers/tests.py including a new test to pickle multi-valued querydicts which fails on latest SVN.
Attachments (4)
Change History (10)
by , 16 years ago
Attachment: | querydict_test.patch added |
---|
by , 16 years ago
Attachment: | querydict-pickle.diff added |
---|
comment:1 by , 16 years ago
Has patch: | set |
---|---|
Owner: | changed from | to
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 16 years ago
milestone: | → 1.1 |
---|
by , 16 years ago
Attachment: | querydict-pickle.3.diff added |
---|
comment:3 by , 16 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
QueryDict test