Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ matrix:

allow_failures:
- env: DJANGO=master
- env: DJANGO=2.1

install:
- pip install tox tox-travis
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down