Exemple #1
0
 def enrolled_settings(self):
     """
     Parses the settings from the courses_completed field.
     """
     return deserialize_count_specs(self.courses_enrolled)
Exemple #2
0
 def enrolled_settings(self):
     """
     Parses the settings from the courses_completed field.
     """
     return deserialize_count_specs(self.courses_enrolled)