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
a6c0d3a0
Unverified
Commit
a6c0d3a0
authored
Nov 08, 2017
by
Muzaffar yousaf
Committed by
GitHub
Nov 08, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #107 from edx/remove-migration
Remove migration for subtitles and bump the version.
parents
13c71864
741047eb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
22 deletions
+1
-22
edxval/migrations/0008_auto_20171026_0359.py
+0
-21
setup.py
+1
-1
No files found.
edxval/migrations/0008_auto_20171026_0359.py
deleted
100644 → 0
View file @
13c71864
# -*- coding: utf-8 -*-
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'edxval'
,
'0007_transcript_credentials_state'
),
]
operations
=
[
migrations
.
RemoveField
(
model_name
=
'subtitle'
,
name
=
'video'
,
),
migrations
.
DeleteModel
(
name
=
'Subtitle'
,
),
]
setup.py
View file @
a6c0d3a0
...
...
@@ -41,7 +41,7 @@ def load_requirements(*requirements_paths):
setup
(
name
=
'edxval'
,
version
=
'0.1.
3
'
,
version
=
'0.1.
4
'
,
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