Specify that split_test_modules support children.

This commit is contained in:
Andy Armstrong
2014-05-13 12:36:45 -04:00
parent 0a51b2ad12
commit 4adc608f48

View File

@@ -21,6 +21,8 @@ log = logging.getLogger('edx.' + __name__)
class SplitTestFields(object):
"""Fields needed for split test module"""
has_children = True
user_partition_id = Integer(
help="Which user partition is used for this test",
scope=Scope.content