Update Django version to 1.11.20

This commit is contained in:
Julia Eskew
2019-02-11 11:08:56 -05:00
parent 7f53c3d985
commit 44ca4d48ae
4 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ boto3==1.4.8 # Amazon Web Services SDK for Python
botocore==1.8.17 # via boto3, s3transfer
celery==3.1.25 # Asynchronous task execution library
defusedxml
Django==1.11.18 # Web application framework
Django==1.11.20 # Web application framework
django-babel-underscore # underscore template extractor for django-babel (internationalization utilities)
django-config-models>=0.2.2 # Configuration models for Django allowing config management with auditing
django-cors-headers==2.1.0 # Used to allow to configure CORS headers for cross-domain requests

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.18
django==1.11.20
djangorestframework-jwt==1.11.0
djangorestframework-xml==1.3.0 # via edx-enterprise
docopt==0.6.2

View File

@@ -121,7 +121,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.18
django==1.11.20
djangorestframework-jwt==1.11.0
djangorestframework-xml==1.3.0
docopt==0.6.2

View File

@@ -1 +1 @@
django==1.11.18
django==1.11.20