aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'djangorestframework/views.py')
-rw-r--r--djangorestframework/views.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/djangorestframework/views.py b/djangorestframework/views.py
index c25bb88f..860e2bb8 100644
--- a/djangorestframework/views.py
+++ b/djangorestframework/views.py
@@ -40,7 +40,8 @@ class View(ResourceMixin, RequestMixin, ResponseMixin, AuthMixin, DjangoView):
"""
List of renderers the resource can serialize the response with, ordered by preference.
"""
- renderers = renderers.DEFAULT_RENDERERS
+ renderers = renderers.DEFAULT_RENDERERS
+
"""
List of parsers the resource can parse the request with.
"""