Opened 19 years ago
Closed 19 years ago
#865 closed enhancement (worksforme)
Support for HTTP PUT verb and associated raw data
Reported by: | 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 , 19 years ago
comment:2 by , 19 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
raw_post_data should work. Please reopen if it doesn't.
Note:
See TracTickets
for help on using tickets.
Can you give
raw_post_data
a shot and let us know whether that solves the problem?