Commit d4259c63 by David Ormsbee

Merge pull request #1260 from MITx/cale/circular-import-fix

Remove circular dependencies that connect student.models and django_comm...
parents a2d5d0bc 66ffef13
......@@ -278,7 +278,6 @@ class CourseEnrollmentAllowed(models.Model):
def __unicode__(self):
return "[CourseEnrollmentAllowed] %s: %s (%s)" % (self.email, self.course_id, self.created)
#cache_relation(User.profile)
#### Helper methods for use from python manage.py shell.
......
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