mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-26 09:14:34 +03:00
Merge pull request #3527 from potpath/patch-2
Fix broken link caused by case sensitivity
This commit is contained in:
commit
825e67454d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user