Fixed some TODOs, removed irrelevant ones

This commit is contained in:
Julia Hansbrough
2014-05-23 18:48:34 +00:00
committed by Sarina Canelake
parent 110719deae
commit 6f7bc7e174
4 changed files with 11 additions and 13 deletions

View File

@@ -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?")