From 360dcb2944f68f8047c3ce8fea63d3a3a59fdf49 Mon Sep 17 00:00:00 2001 From: Oliver Sauder Date: Thu, 15 Oct 2020 15:34:39 +0200 Subject: [PATCH] Define what Python, Django and Django REST framework series are supported --- README.rst | 2 ++ docs/getting-started.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.rst b/README.rst index f1d606bb..a0dd0475 100644 --- a/README.rst +++ b/README.rst @@ -93,6 +93,8 @@ Requirements We **highly** recommend and only officially support the latest patch release of each Python, Django and REST Framework series. +Generally Python and Django series are supported till the official end of life. For Django REST Framework the last two series are supported. + ------------ Installation ------------ diff --git a/docs/getting-started.md b/docs/getting-started.md index f16afd57..f0feba4d 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -57,6 +57,8 @@ like the following: We **highly** recommend and only officially support the latest patch release of each Python, Django and REST Framework series. +Generally Python and Django series are supported till the official end of life. For Django REST Framework the last two series are supported. + ## Installation From PyPI