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

Remove circular dependencies that connect student.models and django_comm...
This commit is contained in:
David Ormsbee
2013-01-15 08:37:21 -08:00

View File

@@ -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.