Commit 7b34fe4b by George Song Committed by GitHub

Merge pull request #15009 from ahmedaljazzar/patch-1

Added unicode to CourseUserGroup
parents acbf8603 0da29d17
......@@ -61,6 +61,9 @@ class CourseUserGroup(models.Model):
name=name
)
def __unicode__(self):
return self.name
class CohortMembership(models.Model):
"""Used internally to enforce our particular definition of uniqueness"""
......
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