Skip to content

Commit 63e6bbf

Browse files
carltongibsontomchristie
authored andcommitted
Note that only latest patches of Python & Django are supported. (#6370)
Fixes #6367.
1 parent fa57fb8 commit 63e6bbf

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ There is a live example API for testing purposes, [available here][sandbox].
5858
* Python (2.7, 3.4, 3.5, 3.6, 3.7)
5959
* Django (1.11, 2.0, 2.1)
6060

61+
We **highly recommend** and only officially support the latest patch release of
62+
each Python and Django series.
63+
6164
# Installation
6265

6366
Install using `pip`...

docs/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ REST framework requires the following:
8989
* Python (2.7, 3.4, 3.5, 3.6, 3.7)
9090
* Django (1.11, 2.0, 2.1)
9191

92+
We **highly recommend** and only officially support the latest patch release of
93+
each Python and Django series.
94+
9295
The following packages are optional:
9396

9497
* [coreapi][coreapi] (1.32.0+) - Schema generation support.

0 commit comments

Comments
 (0)