Skip to content

Commit

Permalink
Merge pull request #66 from edx/mushtaq/fix-coursevideo-migration
Browse files Browse the repository at this point in the history
Fix course video migration
  • Loading branch information
Mushtaq Ali authored Dec 6, 2016
2 parents 26716a1 + a438d60 commit 4d4c631
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Christopher Lee <clee@edx.org>
Christopher Lee <clee@edx.org>
Mushtaq Ali <mushtaak@gmail.com>
2 changes: 1 addition & 1 deletion edxval/migrations/0003_coursevideo_is_hidden.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.'),
),
]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 4d4c631

Please sign in to comment.