Skip to content
Snippets Groups Projects
Unverified Commit 16e02075 authored by Aarif's avatar Aarif Committed by GitHub
Browse files

Merge pull request #22494 from edx/BOM-1081

Updated the django-cors-headers to support Django 2.2
parents 2325831d e9672344
Branches
Tags release-2020-07-02-00.53
No related merge requests found
......@@ -39,7 +39,7 @@ defusedxml
Django<1.12 # 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
django-cors-headers==2.5.3 # Used to allow to configure CORS headers for cross-domain requests
django-countries==4.6.1 # Country data for Django forms and model fields
django-crum # Middleware that stores the current request and user in thread local storage
django-fernet-fields # via edx-enterprise (should be added to its setup.py)
......
......@@ -58,7 +58,7 @@ django-babel==0.6.2 # via django-babel-underscore
git+https://github.com/edx/django-celery.git@756cb57aad765cb2b0d37372c1855b8f5f37e6b0#egg=django-celery==3.2.1+edx.2
django-classy-tags==0.9.0 # via django-sekizai
django-config-models==1.0.3
django-cors-headers==2.1.0
django-cors-headers==2.5.3
django-countries==4.6.1
django-crum==0.7.5
django-fernet-fields==0.6
......
......@@ -78,7 +78,7 @@ django-babel==0.6.2
git+https://github.com/edx/django-celery.git@756cb57aad765cb2b0d37372c1855b8f5f37e6b0#egg=django-celery==3.2.1+edx.2
django-classy-tags==0.9.0
django-config-models==1.0.3
django-cors-headers==2.1.0
django-cors-headers==2.5.3
django-countries==4.6.1
django-crum==0.7.5
django-debug-toolbar==1.11
......
......@@ -77,7 +77,7 @@ django-babel==0.6.2
git+https://github.com/edx/django-celery.git@756cb57aad765cb2b0d37372c1855b8f5f37e6b0#egg=django-celery==3.2.1+edx.2
django-classy-tags==0.9.0
django-config-models==1.0.3
django-cors-headers==2.1.0
django-cors-headers==2.5.3
django-countries==4.6.1
django-crum==0.7.5
django-fernet-fields==0.6
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment