Commit 34f88dc3 by Sergey Smirnov

Add Django 1.11 into *.md and setup.py

parent fd72a814
...@@ -54,7 +54,7 @@ There is a live example API for testing purposes, [available here][sandbox]. ...@@ -54,7 +54,7 @@ There is a live example API for testing purposes, [available here][sandbox].
# Requirements # Requirements
* Python (2.7, 3.2, 3.3, 3.4, 3.5) * 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 # Installation
......
...@@ -88,7 +88,7 @@ continued development by **[signing up for a paid plan][funding]**. ...@@ -88,7 +88,7 @@ continued development by **[signing up for a paid plan][funding]**.
REST framework requires the following: REST framework requires the following:
* Python (2.7, 3.2, 3.3, 3.4, 3.5) * 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: The following packages are optional:
......
...@@ -95,6 +95,7 @@ setup( ...@@ -95,6 +95,7 @@ setup(
'Framework :: Django :: 1.8', 'Framework :: Django :: 1.8',
'Framework :: Django :: 1.9', 'Framework :: Django :: 1.9',
'Framework :: Django :: 1.10', 'Framework :: Django :: 1.10',
'Framework :: Django :: 1.11',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License', 'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent', 'Operating System :: OS Independent',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment