Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-val
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-val
Commits
4d4c631a
Commit
4d4c631a
authored
Dec 06, 2016
by
Mushtaq Ali
Committed by
GitHub
Dec 06, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #66 from edx/mushtaq/fix-coursevideo-migration
Fix course video migration
parents
26716a1c
a438d60d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
AUTHORS
+2
-2
edxval/migrations/0003_coursevideo_is_hidden.py
+1
-1
setup.py
+1
-1
No files found.
AUTHORS
View file @
4d4c631a
Christopher Lee <clee@edx.org>
\ No newline at end of file
Christopher Lee <clee@edx.org>
Mushtaq Ali <mushtaak@gmail.com>
edxval/migrations/0003_coursevideo_is_hidden.py
View file @
4d4c631a
...
...
@@ -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.'
),
),
]
setup.py
View file @
4d4c631a
...
...
@@ -39,7 +39,7 @@ def load_requirements(*requirements_paths):
setup
(
name
=
'edxval'
,
version
=
'0.0.1
0
'
,
version
=
'0.0.1
1
'
,
author
=
'edX'
,
url
=
'http://github.com/edx/edx-val'
,
description
=
'edx-val'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment