mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-04-25 19:43:47 +03:00
Minor docs tweaks
This commit is contained in:
parent
6f8a0f2a68
commit
06751f8548
|
@ -52,7 +52,7 @@ There is a live example API for testing purposes, [available here][sandbox].
|
||||||
# Requirements
|
# Requirements
|
||||||
|
|
||||||
* Python (2.7, 3.2, 3.3, 3.4, 3.5)
|
* Python (2.7, 3.2, 3.3, 3.4, 3.5)
|
||||||
* Django (1.8, 1.9)
|
* Django (1.8, 1.9, 1.10)
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
|
|
|
@ -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
|
We're expecting to expand the range of languages that we provide client libraries
|
||||||
for over the coming months.
|
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:
|
Current support for schema formats is as follows:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user