diff options
| author | Tom Christie | 2012-09-21 13:16:08 +0100 | 
|---|---|---|
| committer | Tom Christie | 2012-09-21 13:16:08 +0100 | 
| commit | 064e1ba91ff36cda76d3e5eecdc7a0dd2c160f46 (patch) | |
| tree | 7df9e7269c9a7576467b456511621e6671505eb7 /rest_framework/response.py | |
| parent | 3f7371c796a420cc077cf79b210d401c77b77815 (diff) | |
| download | django-rest-framework-064e1ba91ff36cda76d3e5eecdc7a0dd2c160f46.tar.bz2 | |
Tweak media_type -> accepted_media_type.  Need to document, but marginally less confusing
Diffstat (limited to 'rest_framework/response.py')
| -rw-r--r-- | rest_framework/response.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/rest_framework/response.py b/rest_framework/response.py index 24c9d595..90516837 100644 --- a/rest_framework/response.py +++ b/rest_framework/response.py @@ -24,7 +24,7 @@ class Response(SimpleTemplateResponse):          # Accepted media type is the portion of the request Accept header          # that the renderer satisfied.  It could be '*/*', or somthing like -        # 'application/json; indent=4' +        # application/json; indent=4          #          # This is NOT the value that will be returned in the 'Content-Type'          # header, but we do need to know the value in case there are | 
