diff options
| author | Tom Christie | 2014-03-17 08:36:13 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-03-17 08:36:13 +0000 | 
| commit | abe14c06f78de3b1ab20ed73f0ee5691f5224f94 (patch) | |
| tree | a67ab68e7c1a94bf4ecefa0af4b28715bda73d57 /docs/api-guide/fields.md | |
| parent | dddbff59319bdefbf235f8a37af5b6ac20c4fec1 (diff) | |
| download | django-rest-framework-abe14c06f78de3b1ab20ed73f0ee5691f5224f94.tar.bz2 | |
Minor docs tweak
Diffstat (limited to 'docs/api-guide/fields.md')
| -rw-r--r-- | docs/api-guide/fields.md | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/docs/api-guide/fields.md b/docs/api-guide/fields.md index b3d5b55a..67fa65d2 100644 --- a/docs/api-guide/fields.md +++ b/docs/api-guide/fields.md @@ -349,6 +349,8 @@ As an example, let's create a field that can be used represent the class name of  # Third party packages +The following third party packages are also available. +  ## DRF Compound Fields  The [drf-compound-fields][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. | 
