diff options
| author | Tom Christie | 2012-10-13 07:10:12 -0700 |
|---|---|---|
| committer | Tom Christie | 2012-10-13 07:10:12 -0700 |
| commit | e4f43be47f532477a3ed656b4eb6f4bf371b7654 (patch) | |
| tree | 0576f6963524ef674c95090b38c967968d9734ee /rest_framework/request.py | |
| parent | ee38c03a155d0087ec8b826524ca4ae6e7e08597 (diff) | |
| parent | 7608cf1193fd555f31eb9a3d98c6f258720f8022 (diff) | |
| download | django-rest-framework-e4f43be47f532477a3ed656b4eb6f4bf371b7654.tar.bz2 | |
Merge pull request #293 from tomchristie/request-documentation
Improve documentation for Requests
Diffstat (limited to 'rest_framework/request.py')
| -rw-r--r-- | rest_framework/request.py | 2 |
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. """ |
