diff options
| author | Tom Christie | 2013-10-03 15:18:38 +0100 |
|---|---|---|
| committer | Tom Christie | 2013-10-03 15:18:38 +0100 |
| commit | f6301636fb52dc6e02fd55e1c07c0be0a3b4ebfd (patch) | |
| tree | 1ba4359e5df2d62cc1e2edb082dc294215ef4207 /docs/api-guide/serializers.md | |
| parent | 1fd83adb9c1f888ed05d5b6d570b5e37996f96ba (diff) | |
| download | django-rest-framework-f6301636fb52dc6e02fd55e1c07c0be0a3b4ebfd.tar.bz2 | |
Drop erronous left-over bit of docs. Closes #1147
Diffstat (limited to 'docs/api-guide/serializers.md')
| -rw-r--r-- | docs/api-guide/serializers.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/api-guide/serializers.md b/docs/api-guide/serializers.md index a3cd1d6a..6b91aa76 100644 --- a/docs/api-guide/serializers.md +++ b/docs/api-guide/serializers.md @@ -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. |
