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