Latest docs build

This commit is contained in:
Tom Christie 2014-03-17 08:36:49 +00:00
parent 9476365e6b
commit 03ddd237c9

View File

@ -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-->