aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/response.py
diff options
context:
space:
mode:
Diffstat (limited to 'djangorestframework/response.py')
-rw-r--r--djangorestframework/response.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/djangorestframework/response.py b/djangorestframework/response.py
index 0090b070..96345cee 100644
--- a/djangorestframework/response.py
+++ b/djangorestframework/response.py
@@ -11,6 +11,7 @@ __all__ = ('Response', 'ErrorResponse')
# TODO: remove raw_content/cleaned_content and just use content?
+
class Response(object):
"""
An HttpResponse that may include content that hasn't yet been serialized.