Update django version.

This commit is contained in:
Feanil Patel
2019-07-01 10:50:42 -04:00
parent d84ba077b2
commit b9bb7a4660
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.21 # Web application framework
Django==1.11.22 # Web application framework
django-babel-underscore # underscore template extractor for django-babel (internationalization utilities)
django-config-models>=1.0.0 # 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

@@ -86,7 +86,7 @@ django-storages==1.4.1
django-user-tasks==0.1.7
django-waffle==0.12.0
django-webpack-loader==0.6.0
django==1.11.21
django==1.11.22
djangorestframework-jwt==1.11.0
git+https://github.com/edx/django-rest-framework-oauth.git@0a43e8525f1e3048efe4bc70c03de308a277197c#egg=djangorestframework-oauth==1.1.1
djangorestframework-xml==1.3.0 # via edx-enterprise

View File

@@ -106,7 +106,7 @@ django-storages==1.4.1
django-user-tasks==0.1.7
django-waffle==0.12.0
django-webpack-loader==0.6.0
django==1.11.21
django==1.11.22
djangorestframework-jwt==1.11.0
git+https://github.com/edx/django-rest-framework-oauth.git@0a43e8525f1e3048efe4bc70c03de308a277197c#egg=djangorestframework-oauth==1.1.1
djangorestframework-xml==1.3.0

View File

@@ -1 +1 @@
django==1.11.21
django==1.11.22