aboutsummaryrefslogtreecommitdiffstats
path: root/api-guide/serializers/index.html
diff options
context:
space:
mode:
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>