mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
Note that only latest patches of Python & Django are supported. (#6370)
Fixes #6367.
This commit is contained in:
parent
fa57fb8aeb
commit
63e6bbfd36
|
@ -58,6 +58,9 @@ There is a live example API for testing purposes, [available here][sandbox].
|
|||
* Python (2.7, 3.4, 3.5, 3.6, 3.7)
|
||||
* Django (1.11, 2.0, 2.1)
|
||||
|
||||
We **highly recommend** and only officially support the latest patch release of
|
||||
each Python and Django series.
|
||||
|
||||
# Installation
|
||||
|
||||
Install using `pip`...
|
||||
|
|
|
@ -89,6 +89,9 @@ REST framework requires the following:
|
|||
* Python (2.7, 3.4, 3.5, 3.6, 3.7)
|
||||
* Django (1.11, 2.0, 2.1)
|
||||
|
||||
We **highly recommend** and only officially support the latest patch release of
|
||||
each Python and Django series.
|
||||
|
||||
The following packages are optional:
|
||||
|
||||
* [coreapi][coreapi] (1.32.0+) - Schema generation support.
|
||||
|
|
Loading…
Reference in New Issue
Block a user