diff --git a/requirements/edx/base.in b/requirements/edx/base.in index 107428ae1eeccc033ce17441f5c61e81a721c704..ad1c834b754d56f24bb8a902a4a5641c52f292fd 100644 --- a/requirements/edx/base.in +++ b/requirements/edx/base.in @@ -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.22 # Web application framework +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