@@ -1022,6 +1022,10 @@ A new interface for controlling this behavior is currently planned for REST fram
...
@@ -1022,6 +1022,10 @@ A new interface for controlling this behavior is currently planned for REST fram
The following third party packages are also available.
The following third party packages are also available.
## Django REST marshmallow
The [django-rest-marshmallow][django-rest-marshmallow] package provides an alternative implementation for serializers, using the python [marshmallow][marshmallow] library. It exposes the same API as the REST framework serializers, and can be used as a drop-in replacement in some use-cases.
## MongoengineModelSerializer
## MongoengineModelSerializer
The [django-rest-framework-mongoengine][mongoengine] package provides a `MongoEngineModelSerializer` serializer class that supports using MongoDB as the storage layer for Django REST framework.
The [django-rest-framework-mongoengine][mongoengine] package provides a `MongoEngineModelSerializer` serializer class that supports using MongoDB as the storage layer for Django REST framework.
...
@@ -1038,6 +1042,8 @@ The [django-rest-framework-hstore][django-rest-framework-hstore] package provide
...
@@ -1038,6 +1042,8 @@ The [django-rest-framework-hstore][django-rest-framework-hstore] package provide