diff options
Diffstat (limited to 'docs/api-guide/requests.md')
| -rw-r--r-- | docs/api-guide/requests.md | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/requests.md b/docs/api-guide/requests.md index b223da80..36513cd9 100644 --- a/docs/api-guide/requests.md +++ b/docs/api-guide/requests.md @@ -4,7 +4,7 @@  > If you're doing REST-based web service stuff ... you should ignore request.POST.  > -> — Malcom Tredinnick, [Django developers group][cite] +> — Malcom Tredinnick, [Django developers group][cite]  REST framework's `Request` class extends the standard `HttpRequest`, adding support for parsing multiple content types, allowing browser-based `PUT`, `DELETE` and other methods, and adding flexible per-request authentication.  | 
