From 63e6bbfd367c78a38e77e5ec25081e34389c5bef Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Thu, 20 Dec 2018 14:41:54 +0100 Subject: [PATCH] Note that only latest patches of Python & Django are supported. (#6370) Fixes #6367. --- README.md | 3 +++ docs/index.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index a1ba216393..02f8ca275e 100644 --- a/README.md +++ b/README.md @@ -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`... diff --git a/docs/index.md b/docs/index.md index f015078a4b..b5ef5f5a64 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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.