Merge pull request #18107 from edx/jeskew/django_upgrade_1_11_13

Upgrade Django to 1.11.13
This commit is contained in:
J Eskew
2018-05-02 12:03:32 -04:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ botocore==1.8.17 # via boto3, s3transfer
celery==3.1.25 # Asynchronous task execution library
ddt==0.8.0 # via xblock-drag-and-drop-v2 (which probably shouldn't require it)
defusedxml==0.4.1 # XML bomb protection for common XML parsers
Django==1.11.12 # Web application framework
Django==1.11.13 # Web application framework
django-babel-underscore # underscore template extractor for django-babel (internationalization utilities)
django-birdcage # CSRF token forwards compatibility for the Django 1.11 upgrade; can be removed after that
django-config-models==0.1.8 # Configuration models for Django allowing config management with auditing

View File

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

View File

@@ -118,7 +118,7 @@ django-storages==1.4.1
django-user-tasks==0.1.5
django-waffle==0.12.0
django-webpack-loader==0.4.1
django==1.11.12
django==1.11.13
djangorestframework-jwt==1.11.0
djangorestframework-xml==1.3.0
dm.xmlsec.binding==1.3.3

View File

@@ -1 +1 @@
django==1.11.12
django==1.11.13