.
This commit is contained in:
@@ -150,6 +150,7 @@ class Long(models.Model):
|
||||
return authors
|
||||
|
||||
def __str__(self):
|
||||
return "{} / {}".format(self.pk, self.description)
|
||||
examinations = [series.get_examination() for series in self.series.all()]
|
||||
return "{}/{} : {}".format(self.pk, self.description, ", ".join(examinations))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user