.
This commit is contained in:
+1
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user