From 7655f021db5c61ea5a2f5911e001af338740e3c7 Mon Sep 17 00:00:00 2001 From: Oliver Sauder Date: Thu, 10 Oct 2019 19:17:12 +0400 Subject: [PATCH] Clarify recommendation to use latest patch release (#719) --- README.rst | 2 ++ docs/getting-started.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 2a53723c..d9f9dd09 100644 --- a/README.rst +++ b/README.rst @@ -91,6 +91,8 @@ Requirements 2. Django (1.11, 2.1, 2.2) 3. Django REST Framework (3.10) +We **highly** recommend and only officially support the latest patch release of each Python, Django and REST Framework series. + ------------ Installation ------------ diff --git a/docs/getting-started.md b/docs/getting-started.md index d89eb248..2e93d77a 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -55,6 +55,8 @@ like the following: 2. Django (1.11, 2.1, 2.2) 3. Django REST Framework (3.10) +We **highly** recommend and only officially support the latest patch release of each Python, Django and REST Framework series. + ## Installation From PyPI