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 {
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.
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.
+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.