django-rest-framework/docs/tutorial
Jon Dufresne 4d57d46bf8 Prefer io.BytesIO over six; available on all supported Pythons (#6168)
On all supported Pythons, the io.BytesIO is always a stream
implementation using an in-memory bytes buffer.

Makes code slightly more forward compatible by reducing use of the six
module and promotes more forward compatible practices in the docs.
2018-09-09 11:53:41 +01:00
..
1-serialization.md Prefer io.BytesIO over six; available on all supported Pythons (#6168) 2018-09-09 11:53:41 +01:00
2-requests-and-responses.md Update tutorial to Django 2.0 routing syntax (#5963) (#5964) 2018-05-08 09:06:14 +01:00
3-class-based-views.md Update tutorial to Django 2.0 routing syntax (#5963) (#5964) 2018-05-08 09:06:14 +01:00
4-authentication-and-permissions.md Add "Community" section to docs, minor cleanup (#5993) 2018-07-06 11:28:18 +02:00
5-relationships-and-hyperlinked-apis.md Update tutorial to Django 2.0 routing syntax (#5963) (#5964) 2018-05-08 09:06:14 +01:00
6-viewsets-and-routers.md Update to Django 2.0 Routing Syntax (#6049) 2018-06-22 10:28:59 +02:00
7-schemas-and-client-libraries.md Update tutorial to Django 2.0 routing syntax (#5963) (#5964) 2018-05-08 09:06:14 +01:00
quickstart.md Small grammar correction in quickstart. (#6121) 2018-08-13 10:32:17 +01:00