mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-26 03:23:59 +03:00
Whitespace tweak
This commit is contained in:
parent
b9fcea093c
commit
524954b246
|
@ -41,6 +41,7 @@ class View(ResourceMixin, RequestMixin, ResponseMixin, AuthMixin, DjangoView):
|
||||||
List of renderers the resource can serialize the response with, ordered by preference.
|
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.
|
List of parsers the resource can parse the request with.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user