aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
diff options
context:
space:
mode:
authorTom Christie2012-10-13 07:10:12 -0700
committerTom Christie2012-10-13 07:10:12 -0700
commite4f43be47f532477a3ed656b4eb6f4bf371b7654 (patch)
tree0576f6963524ef674c95090b38c967968d9734ee /rest_framework
parentee38c03a155d0087ec8b826524ca4ae6e7e08597 (diff)
parent7608cf1193fd555f31eb9a3d98c6f258720f8022 (diff)
downloaddjango-rest-framework-e4f43be47f532477a3ed656b4eb6f4bf371b7654.tar.bz2
Merge pull request #293 from tomchristie/request-documentation
Improve documentation for Requests
Diffstat (limited to 'rest_framework')
-rw-r--r--rest_framework/request.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/request.py b/rest_framework/request.py
index 0a57d376..7267b368 100644
--- a/rest_framework/request.py
+++ b/rest_framework/request.py
@@ -96,7 +96,7 @@ class Request(object):
"""
Returns the content type header.
- This should be used instead of ``request.META.get('HTTP_CONTENT_TYPE')``,
+ This should be used instead of `request.META.get('HTTP_CONTENT_TYPE')`,
as it allows the content type to be overridden by using a hidden form
field on a form POST request.
"""