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 77f0361 commit 886d909Copy full SHA for 886d909
setup.py
@@ -10,7 +10,7 @@
10
f.read().decode('utf-8')).group(1)))
11
12
rest_framework_require = [
13
- 'djangorestframework>=3.6.3',
+ 'djangorestframework>=3.6.3,<3.7.0',
14
]
15
16
0 commit comments