Skip to content

Commit bd768d6

Browse files
authored
Merge pull request #5081 from smirnoffs/add_django_1_11_to_setup
Add Django 1.11 into *.md and setup.py
2 parents fd72a81 + 34f88dc commit bd768d6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ There is a live example API for testing purposes, [available here][sandbox].
5454
# Requirements
5555

5656
* Python (2.7, 3.2, 3.3, 3.4, 3.5)
57-
* Django (1.8, 1.9, 1.10)
57+
* Django (1.8, 1.9, 1.10, 1.11)
5858

5959
# Installation
6060

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ continued development by **[signing up for a paid plan][funding]**.
8888
REST framework requires the following:
8989

9090
* Python (2.7, 3.2, 3.3, 3.4, 3.5)
91-
* Django (1.8, 1.9, 1.10)
91+
* Django (1.8, 1.9, 1.10, 1.11)
9292

9393
The following packages are optional:
9494

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ def get_package_data(package):
9595
'Framework :: Django :: 1.8',
9696
'Framework :: Django :: 1.9',
9797
'Framework :: Django :: 1.10',
98+
'Framework :: Django :: 1.11',
9899
'Intended Audience :: Developers',
99100
'License :: OSI Approved :: BSD License',
100101
'Operating System :: OS Independent',

0 commit comments

Comments
 (0)