diff --git a/README.md b/README.md index 7be1b9880..a8e1afbf1 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ There is a live example API for testing purposes, [available here][sandbox]. # Requirements * Python (2.7, 3.2, 3.3, 3.4, 3.5) -* Django (1.8, 1.9) +* Django (1.8, 1.9, 1.10) # Installation diff --git a/docs/topics/3.4-announcement.md b/docs/topics/3.4-announcement.md index 6dd668a63..69343c75e 100644 --- a/docs/topics/3.4-announcement.md +++ b/docs/topics/3.4-announcement.md @@ -77,6 +77,10 @@ the benefits of RESTful Web API design. We're expecting to expand the range of languages that we provide client libraries for over the coming months. +Further work on maturing the API schema support is also planned, including +documentation on supporting file upload and download, and improved support for +documentation generation and parameter annotation. + --- Current support for schema formats is as follows: