Merge pull request #4555 from edx/anton/remove-experiments-from-advanced-settings

Remove user_partitions from advanced settings
This commit is contained in:
Anton Stupak
2014-07-29 09:03:45 +03:00
4 changed files with 39 additions and 29 deletions

View File

@@ -2,6 +2,7 @@ from xblock.fields import Scope
from xmodule.modulestore.django import modulestore
from django.utils.translation import ugettext as _
class CourseMetadata(object):
'''
For CRUD operations on metadata fields which do not have specific editors
@@ -23,6 +24,7 @@ class CourseMetadata(object):
'graded',
'hide_from_toc',
'pdf_textbooks',
'user_partitions',
'name', # from xblock
'tags', # from xblock
'video_speed_optimizations',