Opened 18 years ago

Last modified 17 years ago

#2779 closed enhancement

request.REQUEST doesn't support copy() method — at Initial Version

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

So I cann't write code like POST or GET:

data = request.POST.copy()

data = request.REQUEST.copy() #will failed

Change History (0)

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