This commit is contained in:
Ross
2022-05-25 16:50:18 +01:00
parent 41a09ea30d
commit 5701c8d613
30 changed files with 402 additions and 226 deletions
+1
View File
@@ -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))