Commit 4d4c631a by Mushtaq Ali Committed by GitHub

Merge pull request #66 from edx/mushtaq/fix-coursevideo-migration

Fix course video migration
parents 26716a1c a438d60d
Christopher Lee <clee@edx.org>
\ No newline at end of file
Christopher Lee <clee@edx.org>
Mushtaq Ali <mushtaak@gmail.com>
......@@ -14,6 +14,6 @@ class Migration(migrations.Migration):
migrations.AddField(
model_name='coursevideo',
name='is_hidden',
field=models.BooleanField(default=False, help_text=b'Hide this video for course.'),
field=models.BooleanField(default=False, help_text=b'Hide video for course.'),
),
]
......@@ -39,7 +39,7 @@ def load_requirements(*requirements_paths):
setup(
name='edxval',
version='0.0.10',
version='0.0.11',
author='edX',
url='http://github.com/edx/edx-val',
description='edx-val',
......
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