Added Django 2.1 support.

This commit is contained in:
Mariusz Felisiak 2018-08-14 15:46:39 +02:00
parent 90ed2c1ef7
commit 907ed9356c
No known key found for this signature in database
GPG Key ID: 2EF56372BA48CD1B
3 changed files with 2 additions and 3 deletions

View File

@ -41,7 +41,6 @@ matrix:
allow_failures:
- env: DJANGO=master
- env: DJANGO=2.1
install:
- pip install tox tox-travis

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: