@@ -202,6 +202,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
...
@@ -202,6 +202,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
*[django-rest-framework-mongoengine][django-rest-framework-mongoengine] - Serializer class that supports using MongoDB as the storage layer for Django REST framework.
*[django-rest-framework-mongoengine][django-rest-framework-mongoengine] - Serializer class that supports using MongoDB as the storage layer for Django REST framework.
*[djangorestframework-hstore][djangorestframework-hstore] - Serializer class to support django-hstore DictionaryField model field and its schema-mode feature.
*[djangorestframework-hstore][djangorestframework-hstore] - Serializer class to support django-hstore DictionaryField model field and its schema-mode feature.
*[djangorestframework-jsonapi][djangorestframework-jsonapi] - Provides a parser, renderer, serializers, and other tools to help build an API that is compliant with the jsonapi.org spec.
### Serializer fields
### Serializer fields
...
@@ -222,11 +223,13 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
...
@@ -222,11 +223,13 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
### Parsers
### Parsers
*[djangorestframework-msgpack][djangorestframework-msgpack] - Provides MessagePack renderer and parser support.
*[djangorestframework-msgpack][djangorestframework-msgpack] - Provides MessagePack renderer and parser support.
*[djangorestframework-jsonapi][djangorestframework-jsonapi] - Provides a parser, renderer, serializers, and other tools to help build an API that is compliant with the jsonapi.org spec.
*[djangorestframework-camel-case][djangorestframework-camel-case] - Provides camel case JSON renderers and parsers.
*[djangorestframework-camel-case][djangorestframework-camel-case] - Provides camel case JSON renderers and parsers.
*[djangorestframework-jsonapi][djangorestframework-jsonapi] - Provides a parser, renderer, serializers, and other tools to help build an API that is compliant with the jsonapi.org spec.
*[drf_ujson][drf_ujson] - Implements JSON rendering using the UJSON package.
*[drf_ujson][drf_ujson] - Implements JSON rendering using the UJSON package.
*[rest-pandas][rest-pandas] - Pandas DataFrame-powered renderers including Excel, CSV, and SVG formats.
*[rest-pandas][rest-pandas] - Pandas DataFrame-powered renderers including Excel, CSV, and SVG formats.
...
@@ -351,3 +354,4 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
...
@@ -351,3 +354,4 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque