From e6fd79fd88067d830886f9c463d5b9e5c13d7ce3 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Sat, 21 Dec 2013 17:18:57 +0000 Subject: Latest docs build --- api-guide/parsers.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'api-guide/parsers.html') diff --git a/api-guide/parsers.html b/api-guide/parsers.html index f651d7cd..73e3539c 100644 --- a/api-guide/parsers.html +++ b/api-guide/parsers.html @@ -182,6 +182,7 @@
The following third party packages are also available.
MessagePack is a fast, efficient binary serialization format. Juan Riaza maintains the djangorestframework-msgpack package which provides MessagePack renderer and parser support for REST framework.
+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.