Commit 825e6745 by José Padilla

Merge pull request #3527 from potpath/patch-2

Fix broken link caused by case sensitivity
parents c68d932a 9634cea4
...@@ -405,7 +405,7 @@ To serialize a queryset or list of objects instead of a single object instance, ...@@ -405,7 +405,7 @@ To serialize a queryset or list of objects instead of a single object instance,
#### Deserializing multiple objects #### 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 ## Including extra context
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment