mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
Latest docs build
This commit is contained in:
parent
9476365e6b
commit
03ddd237c9
|
@ -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-->
|
||||
|
|
Loading…
Reference in New Issue
Block a user