diff options
| -rw-r--r-- | api-guide/fields.html | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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__  </code></pre>  <h1 id="third-party-packages">Third party packages</h1> +<p>The following third party packages are also available.</p>  <h2 id="drf-compound-fields">DRF Compound Fields</h2>  <p>The <a href="http://drf-compound-fields.readthedocs.org">drf-compound-fields</a> package provides "compound" serializer fields, such as lists of simple values, which can be described by other fields rather than serializers with the <code>many=True</code> 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.</p>            </div><!--/span--> | 
