mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-23 01:57:00 +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
|
||||
serializer.object
|
||||
# <Comment object at 0x10633b2d0>
|
||||
>>> serializer.deserialize('json', stream)
|
||||
|
||||
When deserializing data, we can either create a new instance, or update an existing instance.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user