Unverified Commit 9b6f447a by Jeremy Bowman Committed by GitHub

Merge pull request #1072 from edx/jmbowman/PLAT-1890

PLAT-1890 Fix allow_file_upload default value
parents 87aa29bc a1b39640
...@@ -135,7 +135,7 @@ class OpenAssessmentBlock(MessageMixin, ...@@ -135,7 +135,7 @@ class OpenAssessmentBlock(MessageMixin,
) )
allow_file_upload = Boolean( allow_file_upload = Boolean(
default=None, default=False,
scope=Scope.content, scope=Scope.content,
help="Do not use. For backwards compatibility only." help="Do not use. For backwards compatibility only."
) )
......
...@@ -34,7 +34,7 @@ def load_requirements(*requirements_paths): ...@@ -34,7 +34,7 @@ def load_requirements(*requirements_paths):
setup( setup(
name='ora2', name='ora2',
version='2.1.6', version='2.1.9',
author='edX', author='edX',
url='http://github.com/edx/edx-ora2', url='http://github.com/edx/edx-ora2',
description='edx-ora2', description='edx-ora2',
......
Markdown is supported
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