From 193ee1ff7e021c76c568795db5927c0fdcde4876 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Thu, 20 Dec 2018 09:19:01 +0100 Subject: [PATCH] Note that only latest patches of Python & Django are supported. Fixes #6367. --- README.md | 3 +++ docs/index.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index a1ba21639..02f8ca275 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 f015078a4..b5ef5f5a6 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.