.
This commit is contained in:
+1
-1
@@ -331,7 +331,7 @@ class CidUserAnswer(models.Model):
|
|||||||
)
|
)
|
||||||
answer = models.TextField(max_length=500, blank=True)
|
answer = models.TextField(max_length=500, blank=True)
|
||||||
|
|
||||||
cid = models.IntegerField(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
|
# Each user answer is associated with a particular exam
|
||||||
exam = models.ForeignKey(
|
exam = models.ForeignKey(
|
||||||
|
|||||||
Reference in New Issue
Block a user