Commit 1b9f6f50 by Mushtaq Ali

add django-model-utils version, fix typo & quality

parent 139f5008
......@@ -446,9 +446,10 @@ class TranscriptionProviderType(object):
class TranscriptionPreferences(TimeStampedModel):
"""
Model to contain third party transcription service provider preferance.
Model to contain third party transcription service provider preferances.
"""
org = models.CharField('Organization',
org = models.CharField(
'Organization',
max_length=50,
help_text='This value must match the value of organization in studio/edx-platform.'
)
......
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