diff --git a/api-guide/fields.html b/api-guide/fields.html index a79382011..fc1e8ac5c 100644 --- a/api-guide/fields.html +++ b/api-guide/fields.html @@ -211,6 +211,7 @@ a.fusion-poweredby {
The following third party packages are also available.
The drf-compound-fields package provides "compound" serializer fields, such as lists of simple values, which can be described by other fields rather than serializers with the many=True
option. Also provided are fields for typed dictionaries and values that can be either a specific type or a list of items of that type.
The drf-extra-fields package provides extra serializer fields for REST framework, including Base64ImageField
and PointField
classes.
ModelSerializer
class lets you automatically create a Serialize
def get_pk_field(self, model_field):
return None
+The following third party packages are also available.
+The django-rest-framework-mongoengine package provides a MongoEngineModelSerializer
serializer class that supports using MongoDB as the storage layer for Django REST framework.