From 064e1ba91ff36cda76d3e5eecdc7a0dd2c160f46 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 21 Sep 2012 13:16:08 +0100 Subject: Tweak media_type -> accepted_media_type. Need to document, but marginally less confusing --- rest_framework/response.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rest_framework') 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 -- cgit v1.2.3