aboutsummaryrefslogtreecommitdiffstats
path: root/api-guide/serializers/index.html
diff options
context:
space:
mode:
authorXavier Ordoquy2015-01-10 10:41:12 +0100
committerXavier Ordoquy2015-01-10 10:41:12 +0100
commitd8dbd8679080035de4e785a8e7b998fb01f4052b (patch)
treebaceae881ed53e5a25295367f6a58bb6fe1c131e /api-guide/serializers/index.html
parentc1e4ec0c64933da5411e4cc3e63894d5f82cc337 (diff)
downloaddjango-rest-framework-d8dbd8679080035de4e785a8e7b998fb01f4052b.tar.bz2
Update documentation
Diffstat (limited to 'api-guide/serializers/index.html')
-rw-r--r--api-guide/serializers/index.html2
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>