aboutsummaryrefslogtreecommitdiffstats
path: root/api-guide/fields.html
diff options
context:
space:
mode:
authorTom Christie2014-03-17 08:36:49 +0000
committerTom Christie2014-03-17 08:36:49 +0000
commit03ddd237c93ea5b9159260c49fd856595dbea53c (patch)
tree90cfd1b31c80424c88c5b35fe39d299f3667d191 /api-guide/fields.html
parent9476365e6b0342a9468051a71ee8b26c4561beb4 (diff)
downloaddjango-rest-framework-03ddd237c93ea5b9159260c49fd856595dbea53c.tar.bz2
Latest docs build
Diffstat (limited to 'api-guide/fields.html')
-rw-r--r--api-guide/fields.html1
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-->