aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/requests.md
diff options
context:
space:
mode:
authorTom Christie2012-09-26 21:47:19 +0100
committerTom Christie2012-09-26 21:47:19 +0100
commit0cc7030aab9f2b97ce6b5db55d6d1a8a32d50231 (patch)
tree4a47a50776a7611ad59eec2509181a3a6bb4abb2 /docs/api-guide/requests.md
parent622e001e0bde3742f5e8830436ea0304c892480a (diff)
downloaddjango-rest-framework-0cc7030aab9f2b97ce6b5db55d6d1a8a32d50231.tar.bz2
Fix @api_view decorator tests
Diffstat (limited to 'docs/api-guide/requests.md')
-rw-r--r--docs/api-guide/requests.md2
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.