From 9634cea47478507f915bcc0074f7a248df6fd027 Mon Sep 17 00:00:00 2001 From: potpath Date: Wed, 21 Oct 2015 18:43:07 +0700 Subject: [PATCH] Fix broken link caused by case sensitivity --- docs/api-guide/serializers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/serializers.md b/docs/api-guide/serializers.md index 95703033a..0be36fd22 100644 --- a/docs/api-guide/serializers.md +++ b/docs/api-guide/serializers.md @@ -405,7 +405,7 @@ To serialize a queryset or list of objects instead of a single object instance, #### Deserializing multiple objects -The default behavior for deserializing multiple objects is to support multiple object creation, but not support multiple object updates. For more information on how to support or customize either of these cases, see the [ListSerializer](#ListSerializer) documentation below. +The default behavior for deserializing multiple objects is to support multiple object creation, but not support multiple object updates. For more information on how to support or customize either of these cases, see the [ListSerializer](#listserializer) documentation below. ## Including extra context