aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/views.py
diff options
context:
space:
mode:
authorTom Christie2011-07-22 04:01:38 -0700
committerTom Christie2011-07-22 04:01:38 -0700
commit524954b2460bf8d461688400fd68598a57adca5f (patch)
tree50a74e79d9a1750b2c73faa0ab668dc31c89e9bb /djangorestframework/views.py
parentb9fcea093cf7cd1cce30daa8fec56243760ac2ec (diff)
downloaddjango-rest-framework-524954b2460bf8d461688400fd68598a57adca5f.tar.bz2
Whitespace tweak
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.
"""