Mention Django 2.1 compat where missing

This commit is contained in:
Michael K 2018-09-04 10:56:09 +02:00
parent 468cdd16ed
commit 6ced280826
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: