Merge pull request #14821 from edx/jeskew/update_django_1_8

Upgrade Django from 1.8.17 to 1.8.18
This commit is contained in:
John Eskew
2017-04-04 11:43:23 -04:00
committed by GitHub

View File

@@ -38,7 +38,7 @@ django-user-tasks==0.1.4
# We need a fix to DRF 3.2.x, for now use it from our own cherry-picked repo
#djangorestframework>=3.1,<3.2
git+https://github.com/edx/django-rest-framework.git@3c72cb5ee5baebc4328947371195eae2077197b0#egg=djangorestframework==3.2.3
django==1.8.17
django==1.8.18
django-waffle==0.11.1
djangorestframework-jwt==1.8.0
djangorestframework-oauth==1.1.0