Commit a1b39640 by Jeremy Bowman

PLAT-1890 Fix allow_file_upload default value

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