mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-03-20 09:54:15 +03:00
Very basic YAML support. Probably needs some tweaking, and definitely needs tests.
This commit is contained in:
parent
7f536c1db3
commit
9be3d38aa0
|
@ -44,7 +44,8 @@ class View(ResourceMixin, RequestMixin, ResponseMixin, AuthMixin, DjangoView):
|
|||
renderers.DocumentingHTMLRenderer,
|
||||
renderers.DocumentingXHTMLRenderer,
|
||||
renderers.DocumentingPlainTextRenderer,
|
||||
renderers.XMLRenderer )
|
||||
renderers.XMLRenderer,
|
||||
renderers.YAMLRenderer )
|
||||
|
||||
"""
|
||||
List of parsers the resource can parse the request with.
|
||||
|
|
Loading…
Reference in New Issue
Block a user