diff --git a/api-guide/fields.html b/api-guide/fields.html index 1e8784113..458f879df 100644 --- a/api-guide/fields.html +++ b/api-guide/fields.html @@ -437,6 +437,7 @@ class ColourField(serializers.WritableField): return obj.__class__
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.