diff options
| author | Tymur Maryokhin | 2014-12-17 17:28:11 +0100 | 
|---|---|---|
| committer | Tymur Maryokhin | 2014-12-17 17:28:11 +0100 | 
| commit | eeb6e340644eba70b2fd41100db34b159ae6f091 (patch) | |
| tree | ca9ae6e43afe4605647d88e9f796ed2413f9d6e5 /docs/tutorial | |
| parent | 418108632c57b4aba5389b74916e4fa12d281438 (diff) | |
| download | django-rest-framework-eeb6e340644eba70b2fd41100db34b159ae6f091.tar.bz2 | |
Docs/tutorial import fixes. Refs #2296
Diffstat (limited to 'docs/tutorial')
| -rw-r--r-- | docs/tutorial/1-serialization.md | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/docs/tutorial/1-serialization.md b/docs/tutorial/1-serialization.md index b1baf0dd..ff507a2b 100644 --- a/docs/tutorial/1-serialization.md +++ b/docs/tutorial/1-serialization.md @@ -161,8 +161,6 @@ At this point we've translated the model instance into Python native datatypes.  Deserialization is similar.  First we parse a stream into Python native datatypes... -    # This import will use either `StringIO.StringIO` or `io.BytesIO` -    # as appropriate, depending on if we're running Python 2 or Python 3.      from django.utils.six import BytesIO      stream = BytesIO(content) | 
