From 6192f6f0b360bea578501fff4b9cdfdaa865a9c6 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 17 Sep 2014 14:12:41 +0100 Subject: Latest docs deploy --- api-guide/renderers.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'api-guide/renderers.html') diff --git a/api-guide/renderers.html b/api-guide/renderers.html index 5678f5e0..3ce83b72 100644 --- a/api-guide/renderers.html +++ b/api-guide/renderers.html @@ -117,6 +117,7 @@ a.fusion-poweredby {
  • Browser enhancements
  • The Browsable API
  • REST, Hypermedia & HATEOAS
  • +
  • Third Party Resources
  • Contributing to REST framework
  • 2.0 Announcement
  • 2.2 Announcement
  • @@ -214,6 +215,7 @@ a.fusion-poweredby {
  • CSV
  • UltraJSON
  • CamelCase JSON
  • +
  • Pandas (CSV, Excel, PNG)
  • @@ -520,6 +522,8 @@ In this case you can underspecify the media types it should respond to, by using

    UltraJSON is an optimized C JSON encoder which can give significantly faster JSON rendering. Jacob Haslehurst maintains the drf-ujson-renderer package which implements JSON rendering using the UJSON package.

    CamelCase JSON

    djangorestframework-camel-case provides camel case JSON renderers and parsers for REST framework. This allows serializers to use Python-style underscored field names, but be exposed in the API as Javascript-style camel case field names. It is maintained by Vitaly Babiy.

    +

    Pandas (CSV, Excel, PNG)

    +

    Django REST Pandas provides a serializer and renderers that support additional data processing and output via the Pandas DataFrame API. Django REST Pandas includes renderers for Pandas-style CSV files, Excel workbooks (both .xls and .xlsx), and a number of other formats. It is maintained by S. Andrew Sheppard as part of the wq Project.

    -- cgit v1.2.3