Fixed some TODOs, removed irrelevant ones
This commit is contained in:
committed by
Sarina Canelake
parent
110719deae
commit
6f7bc7e174
@@ -24,7 +24,6 @@ class CourseUserGroup(models.Model):
|
||||
|
||||
# Note: groups associated with particular runs of a course. E.g. Fall 2012 and Spring
|
||||
# 2013 versions of 6.00x will have separate groups.
|
||||
# TODO change field name to course_key
|
||||
course_id = CourseKeyField(max_length=255, db_index=True,
|
||||
help_text="Which course is this group associated with?")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user