Commit f6d8b3f5 by Calen Pennington

fixup! Update access to deprecated enrollment.course (which now doesn't create…

fixup! Update access to deprecated enrollment.course (which now doesn't create the CourseOverview transparently)
parent 66c14d7f
...@@ -1010,7 +1010,6 @@ class CourseEnrollment(models.Model): ...@@ -1010,7 +1010,6 @@ class CourseEnrollment(models.Model):
else: else:
self._course_id = value self._course_id = value
created = models.DateTimeField(auto_now_add=True, null=True, db_index=True) created = models.DateTimeField(auto_now_add=True, null=True, db_index=True)
# If is_active is False, then the student is not considered to be enrolled # If is_active is False, then the student is not considered to be enrolled
......
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