mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-01 11:00:13 +03:00
Merge 907ed9356c
into c4b068cfd3
This commit is contained in:
commit
8b66cb1cfb
|
@ -42,7 +42,6 @@ matrix:
|
|||
|
||||
allow_failures:
|
||||
- env: DJANGO=master
|
||||
- env: DJANGO=2.1
|
||||
|
||||
install:
|
||||
- pip install tox tox-venv 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