Commit 1f976d83 by Diana Huang

Add new app_label to ScoreAnnotation.

parent 39a8d140
......@@ -302,6 +302,9 @@ class ScoreSummary(models.Model):
class ScoreAnnotation(models.Model):
""" Annotate individual scores with extra information if necessary. """
class Meta:
app_label = "submissions"
score = models.ForeignKey(Score)
# A string that will represent the 'type' of annotation,
# e.g. staff_override, etc.
......
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