Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-rest-framework
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
django-rest-framework
Commits
34f88dc3
Commit
34f88dc3
authored
Apr 17, 2017
by
Sergey Smirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Django 1.11 into *.md and setup.py
parent
fd72a814
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
README.md
+1
-1
docs/index.md
+1
-1
setup.py
+1
-0
No files found.
README.md
View file @
34f88dc3
...
...
@@ -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
...
...
docs/index.md
View file @
34f88dc3
...
...
@@ -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:
...
...
setup.py
View file @
34f88dc3
...
...
@@ -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'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment