mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
Update serializers.md
This commit is contained in:
parent
bd6a1b3b6c
commit
cc88c8a6f3
|
@ -992,7 +992,7 @@ The following class is an example of a generic serializer that can handle coerci
|
|||
else:
|
||||
# Force anything else to its string representation.
|
||||
output[attribute_name] = str(attribute)
|
||||
return outout
|
||||
return output
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user