Commit 9be3d38a by markotibold

Very basic YAML support. Probably needs some tweaking, and definitely needs tests.

parent 7f536c1d
...@@ -44,7 +44,8 @@ class View(ResourceMixin, RequestMixin, ResponseMixin, AuthMixin, DjangoView): ...@@ -44,7 +44,8 @@ class View(ResourceMixin, RequestMixin, ResponseMixin, AuthMixin, DjangoView):
renderers.DocumentingHTMLRenderer, renderers.DocumentingHTMLRenderer,
renderers.DocumentingXHTMLRenderer, renderers.DocumentingXHTMLRenderer,
renderers.DocumentingPlainTextRenderer, renderers.DocumentingPlainTextRenderer,
renderers.XMLRenderer ) renderers.XMLRenderer,
renderers.YAMLRenderer )
""" """
List of parsers the resource can parse the request with. List of parsers the resource can parse the request with.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment