This commit is contained in:
Ross
2021-05-03 11:36:57 +01:00
parent 97e8a58237
commit 32823a8bf8
2 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ class Exam(ExamBase):
author = models.ManyToManyField(settings.AUTH_USER_MODEL,
blank=True,
help_text='Author of exam',
related_name="rapid_exam_author")
related_name="physics_exam_author")