Merge pull request #18704 from edx/jeskew/django_upgrade_1_11_15

Upgrade Django to 1.11.15
This commit is contained in:
J Eskew
2018-08-01 11:52:03 -04:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -100,7 +100,7 @@ django-storages==1.4.1
django-user-tasks==0.1.5
django-waffle==0.12.0
django-webpack-loader==0.6.0
django==1.11.14
django==1.11.15
djangorestframework-jwt==1.11.0
djangorestframework-xml==1.3.0 # via edx-enterprise
dm.xmlsec.binding==1.3.3 # via python-saml

View File

@@ -120,7 +120,7 @@ django-storages==1.4.1
django-user-tasks==0.1.5
django-waffle==0.12.0
django-webpack-loader==0.6.0
django==1.11.14
django==1.11.15
djangorestframework-jwt==1.11.0
djangorestframework-xml==1.3.0
dm.xmlsec.binding==1.3.3

View File

@@ -1 +1 @@
django==1.11.14
django==1.11.15