mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-01 11:00:13 +03:00
Added Django 2.1 support.
This commit is contained in:
parent
90ed2c1ef7
commit
907ed9356c
|
@ -41,7 +41,6 @@ matrix:
|
|||
|
||||
allow_failures:
|
||||
- env: DJANGO=master
|
||||
- env: DJANGO=2.1
|
||||
|
||||
install:
|
||||
- pip install tox tox-travis
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user