Skip to content
Snippets Groups Projects
Commit 596e93a2 authored by Sarina Canelake's avatar Sarina Canelake
Browse files

Add __unicode__ method on StudentModuleHistory

parent 8928e9ef
No related merge requests found
......@@ -185,6 +185,9 @@ class StudentModuleHistory(models.Model):
max_grade=instance.max_grade)
history_entry.save()
def __unicode__(self):
return unicode(repr(self))
class XBlockFieldBase(models.Model):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment