.
This commit is contained in:
+1
-1
@@ -116,7 +116,7 @@ class Long(models.Model):
|
|||||||
return authors
|
return authors
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
examinations = [series.get_examinations() for series in self.series]
|
examinations = [series.get_examinations() for series in self.series.all()]
|
||||||
return "{} : {}".format(self.history, ", ".join(examinations))
|
return "{} : {}".format(self.history, ", ".join(examinations))
|
||||||
|
|
||||||
def GetExams(self):
|
def GetExams(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user