Revert StudentModule.module_state_key to field rather than computed property

This commit is contained in:
Don Mitchell
2014-05-08 12:01:45 -04:00
parent b89b1e0727
commit 7be81341d7
20 changed files with 66 additions and 84 deletions

View File

@@ -215,5 +215,5 @@ class InstructorTaskModuleTestCase(InstructorTaskCourseTestCase):
return StudentModule.objects.get(course_id=self.course.id,
student=User.objects.get(username=username),
module_type=descriptor.location.category,
module_id=descriptor.location,
module_state_key=descriptor.location,
)