From 907ed9356c464f2c074c0b92655d1dcf4d70dd83 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 14 Aug 2018 15:46:39 +0200 Subject: [PATCH] Added Django 2.1 support. --- .travis.yml | 1 - README.md | 2 +- docs/index.md | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 76adf1a60..a8f33cc50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,6 @@ matrix: allow_failures: - env: DJANGO=master - - env: DJANGO=2.1 install: - pip install tox tox-travis diff --git a/README.md b/README.md index eebcfe13f..b9c5d449d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/index.md b/docs/index.md index f709502d7..a3ae88ede 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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: