Opened 18 years ago
Last modified 18 years ago
#2779 closed enhancement
datastructures.MergeDict needs a copy() method — at Version 1
Reported by: | limodou | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | Core (Other) | Version: | dev |
Severity: | normal | Keywords: | |
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 (last modified by )
django.utils.datastructures.MergeDict
does not have a copy()
method.
request.REQUEST
is an instance of MergeDict
, so it's not possible to do request.REQUEST.copy()
.
Change History (1)
comment:1 by , 18 years ago
Description: | modified (diff) |
---|---|
Summary: | request.REQUEST doesn't support copy() method → datastructures.MergeDict needs a copy() method |
Note:
See TracTickets
for help on using tickets.
Changed summary and description.