Opened 18 years ago

Last modified 17 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 Adrian Holovaty)

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 Adrian Holovaty, 18 years ago

Description: modified (diff)
Summary: request.REQUEST doesn't support copy() methoddatastructures.MergeDict needs a copy() method

Changed summary and description.

Note: See TracTickets for help on using tickets.
Back to Top