From 03ddd237c93ea5b9159260c49fd856595dbea53c Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Mon, 17 Mar 2014 08:36:49 +0000 Subject: Latest docs build --- api-guide/fields.html | 1 + 1 file changed, 1 insertion(+) (limited to 'api-guide') diff --git a/api-guide/fields.html b/api-guide/fields.html index 1e878411..458f879d 100644 --- a/api-guide/fields.html +++ b/api-guide/fields.html @@ -437,6 +437,7 @@ class ColourField(serializers.WritableField): return obj.__class__

Third party packages

+

The following third party packages are also available.

DRF Compound Fields

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.

-- cgit v1.2.3