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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user