Note that only latest patches of Python & Django are supported. (#6370)

Fixes #6367.
This commit is contained in:
Carlton Gibson 2018-12-20 14:41:54 +01:00 committed by Tom Christie
parent fa57fb8aeb
commit 63e6bbfd36
2 changed files with 6 additions and 0 deletions

View File

@ -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`...

View File

@ -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.