Opened 19 years ago

Closed 19 years ago

#865 closed enhancement (worksforme)

Support for HTTP PUT verb and associated raw data

Reported by: matt@… Owned by: Adrian Holovaty
Component: Core (Other) Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The Atom Publishing Protocol (i.e. the Atom API), among others, requires HTTP PUT for editing items. The PUT itself works in django, but there seems no way to access the raw put data (it should be similar, if not identical, to accessing the raw post data).

Change History (2)

comment:1 by Adrian Holovaty, 19 years ago

Can you give raw_post_data a shot and let us know whether that solves the problem?

comment:2 by Adrian Holovaty, 19 years ago

Resolution: worksforme
Status: newclosed

raw_post_data should work. Please reopen if it doesn't.

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