We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1750d95 commit 807af1fCopy full SHA for 807af1f
README.md
@@ -8,9 +8,9 @@ Document Web APIs made with Django Rest Framework. [View Demo](http://demo.drfdo
8
9
### Supports
10
11
- - Python (2.7, 3.3, 3.4, 3.5)
12
- - Django (1.8, 1.9)
13
- - Django Rest Framework (3+)
+ - Python (2.7, 3.4, 3.5, 3.6)
+ - Django (1.10, 1.11, 2.0)
+ - Django Rest Framework (3.4+)
14
15
16
### Documentation - Table of contents
setup.py
@@ -23,6 +23,7 @@
23
'Programming Language :: Python :: 2.7',
24
'Programming Language :: Python :: 3',
25
'Programming Language :: Python :: 3.4',
26
- 'Programming Language :: Python :: 3.5'
+ 'Programming Language :: Python :: 3.5',
27
+ 'Programming Language :: Python :: 3.6'
28
],
29
)
0 commit comments