From baab2f059f265f090b48651bcebc2152ec54b64d Mon Sep 17 00:00:00 2001 From: Mjumbe Wawatu Poe Date: Wed, 29 Aug 2012 17:57:48 -0400 Subject: [PATCH] whitespace --- djangorestframework/mixins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djangorestframework/mixins.py b/djangorestframework/mixins.py index 4a4539574..34e9b92b3 100644 --- a/djangorestframework/mixins.py +++ b/djangorestframework/mixins.py @@ -181,7 +181,7 @@ class RequestMixin(object): return parser.parse(stream) raise ErrorResponse(status.HTTP_415_UNSUPPORTED_MEDIA_TYPE, - {'detail': 'Unsupported media type in request \'%s\'.' % + {'detail': 'Unsupported media type in request \'%s\'.' % content_type}) @property