mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-17 03:51:03 +03:00
Drop erronous left-over bit of docs. Closes #1147
This commit is contained in:
parent
1fd83adb9c
commit
f6301636fb
|
@ -84,7 +84,6 @@ Deserialization is similar. First we parse a stream into Python native datatype
|
||||||
# True
|
# True
|
||||||
serializer.object
|
serializer.object
|
||||||
# <Comment object at 0x10633b2d0>
|
# <Comment object at 0x10633b2d0>
|
||||||
>>> serializer.deserialize('json', stream)
|
|
||||||
|
|
||||||
When deserializing data, we can either create a new instance, or update an existing instance.
|
When deserializing data, we can either create a new instance, or update an existing instance.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user