Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-video-pipeline
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-video-pipeline
Commits
9b01667a
Unverified
Commit
9b01667a
authored
Feb 13, 2018
by
M. Rehan
Committed by
GitHub
Feb 13, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #87 from edx/mrehan/legthen-org
Increase Org length
parents
e4a89c4a
ff288858
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
1 deletions
+21
-1
VEDA_OS01/migrations/0007_auto_20180213_0746.py
+20
-0
VEDA_OS01/models.py
+1
-1
No files found.
VEDA_OS01/migrations/0007_auto_20180213_0746.py
0 → 100644
View file @
9b01667a
# -*- coding: utf-8 -*-
# Generated by Django 1.9 on 2018-02-13 07:46
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'VEDA_OS01'
,
'0006_auto_20180116_0939'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'course'
,
name
=
'institution'
,
field
=
models
.
CharField
(
help_text
=
b
'Organization of the course.'
,
max_length
=
255
,
verbose_name
=
b
'Inst. Code'
),
),
]
VEDA_OS01/models.py
View file @
9b01667a
...
...
@@ -247,7 +247,7 @@ class Course(TimeStampedModel):
institution
=
models
.
CharField
(
'Inst. Code'
,
help_text
=
'Organization of the course.'
,
max_length
=
50
max_length
=
255
)
edx_classid
=
models
.
CharField
(
'Class ID'
,
...
...
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