Merge pull request #5081 from smirnoffs/add_django_1_11_to_setup

Add Django 1.11 into *.md and setup.py
This commit is contained in:
José Padilla 2017-04-17 14:12:33 -04:00 committed by GitHub
commit bd768d6253
3 changed files with 3 additions and 2 deletions

View File

@ -54,7 +54,7 @@ There is a live example API for testing purposes, [available here][sandbox].
# Requirements
* Python (2.7, 3.2, 3.3, 3.4, 3.5)
* Django (1.8, 1.9, 1.10)
* Django (1.8, 1.9, 1.10, 1.11)
# Installation

View File

@ -88,7 +88,7 @@ continued development by **[signing up for a paid plan][funding]**.
REST framework requires the following:
* Python (2.7, 3.2, 3.3, 3.4, 3.5)
* Django (1.8, 1.9, 1.10)
* Django (1.8, 1.9, 1.10, 1.11)
The following packages are optional:

View File

@ -95,6 +95,7 @@ setup(
'Framework :: Django :: 1.8',
'Framework :: Django :: 1.9',
'Framework :: Django :: 1.10',
'Framework :: Django :: 1.11',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',