.
This commit is contained in:
+1
-1
@@ -235,7 +235,7 @@ class Case(models.Model):
|
||||
|
||||
def __str__(self):
|
||||
examinations = [series.get_examination() for series in self.series.all()]
|
||||
return "{}/{} : {}".format(self.pk, self.description, ", ".join(examinations))
|
||||
return f"{self.pk}/{self.title} {self.condition}, {', '.join(examinations)}"
|
||||
|
||||
|
||||
class SeriesImage(models.Model):
|
||||
|
||||
Reference in New Issue
Block a user