Mention Django 2.1 compat where missing (#6158)

This commit is contained in:
Michael 2018-09-04 18:33:42 +00:00 committed by Ryan P Kilby
parent 468cdd16ed
commit 2c992f09da
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ There is a live example API for testing purposes, [available here][sandbox].
# Requirements
* Python (2.7, 3.4, 3.5, 3.6)
* Django (1.11, 2.0)
* Django (1.11, 2.0, 2.1)
# Installation

View File

@ -84,7 +84,7 @@ continued development by **[signing up for a paid plan][funding]**.
REST framework requires the following:
* Python (2.7, 3.4, 3.5, 3.6)
* Django (1.11, 2.0)
* Django (1.11, 2.0, 2.1)
The following packages are optional: