Pin drf to < 3.7, fixes failing tests

This commit is contained in:
Jacob 2017-10-09 23:36:46 -05:00
parent 77f036157b
commit 886d909a9a

View File

@ -10,7 +10,7 @@ with open('graphene_django/__init__.py', 'rb') as f:
f.read().decode('utf-8')).group(1)))
rest_framework_require = [
'djangorestframework>=3.6.3',
'djangorestframework>=3.6.3,<3.7.0',
]