This commit is contained in:
Ross
2021-01-04 13:54:08 +00:00
parent 9530c9153a
commit 28fa81259c
+1 -1
View File
@@ -297,7 +297,7 @@ class UserAnswer(models.Model):
settings.AUTH_USER_MODEL, null=True, blank=True, on_delete=models.SET_NULL
)
cid = models.BigIntegerField(blank=True, null=True)
cid = models.BigIntegerField(blank=True, null=True, help_text="Candidate ID (limitied by BigIntegerField size)")
# Each user answer is associated with a particular exam
exam = models.ForeignKey(