Commit 287715c6 by cahrens

Merge branch 'feature/cas/manual-policy' of github.com:MITx/mitx into feature/cas/manual-policy

parents c907cf75 277bd0db
......@@ -32,7 +32,9 @@ class CourseMetadata(object):
@classmethod
def update_from_json(cls, course_location, jsondict):
"""
Decode the json into CourseMetadata and save any changed attrs to the db
Decode the json into CourseMetadata and save any changed attrs to the db.
Ensures none of the fields are in the blacklist.
"""
descriptor = get_modulestore(course_location).get_item(course_location)
......
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