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

This commit is contained in:
markotibold 2011-06-26 01:35:38 +02:00
parent 7f536c1db3
commit 9be3d38aa0

View File

@ -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.