1
1
mirror of https://github.com/encode/django-rest-framework.git synced 2025-07-08 22:33:18 +03:00
django-rest-framework/docs/tutorial
Jon Dufresne 4d57d46bf8 Prefer io.BytesIO over six; available on all supported Pythons ()
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 () 2018-09-09 11:53:41 +01:00
2-requests-and-responses.md Update tutorial to Django 2.0 routing syntax () () 2018-05-08 09:06:14 +01:00
3-class-based-views.md Update tutorial to Django 2.0 routing syntax () () 2018-05-08 09:06:14 +01:00
4-authentication-and-permissions.md Add "Community" section to docs, minor cleanup () 2018-07-06 11:28:18 +02:00
5-relationships-and-hyperlinked-apis.md Update tutorial to Django 2.0 routing syntax () () 2018-05-08 09:06:14 +01:00
6-viewsets-and-routers.md Update to Django 2.0 Routing Syntax () 2018-06-22 10:28:59 +02:00
7-schemas-and-client-libraries.md Update tutorial to Django 2.0 routing syntax () () 2018-05-08 09:06:14 +01:00
quickstart.md Small grammar correction in quickstart. () 2018-08-13 10:32:17 +01:00