diff options
| author | Xavier Ordoquy | 2015-01-10 10:41:12 +0100 |
|---|---|---|
| committer | Xavier Ordoquy | 2015-01-10 10:41:12 +0100 |
| commit | d8dbd8679080035de4e785a8e7b998fb01f4052b (patch) | |
| tree | baceae881ed53e5a25295367f6a58bb6fe1c131e /api-guide/serializers | |
| parent | c1e4ec0c64933da5411e4cc3e63894d5f82cc337 (diff) | |
| download | django-rest-framework-d8dbd8679080035de4e785a8e7b998fb01f4052b.tar.bz2 | |
Update documentation
Diffstat (limited to 'api-guide/serializers')
| -rw-r--r-- | api-guide/serializers/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api-guide/serializers/index.html b/api-guide/serializers/index.html index 64d6c8b9..4bb06d3b 100644 --- a/api-guide/serializers/index.html +++ b/api-guide/serializers/index.html @@ -868,7 +868,7 @@ serializer.errors has_support_contract=validated_data['profile']['has_support_contract'] ) </code></pre> -<p>For more details on this approach see the Django documentation on <a href="../../model-managers">model managers</a>, and <a href="../../encapsulation-blogpost">this blogpost on using model and manger classes</a>.</p> +<p>For more details on this approach see the Django documentation on <a href="../../model-managers">model managers</a>, and <a href="../../encapsulation-blogpost">this blogpost on using model and manager classes</a>.</p> <h2 id="dealing-with-multiple-objects">Dealing with multiple objects</h2> <p>The <code>Serializer</code> class can also handle serializing or deserializing lists of objects.</p> <h4 id="serializing-multiple-objects">Serializing multiple objects</h4> |
