This commit is contained in:
Ross
2022-03-27 10:55:33 +01:00
parent 6500428cd9
commit 8b34b679ba
5 changed files with 421 additions and 343 deletions
+4
View File
@@ -400,6 +400,10 @@ class Series(models.Model):
)
def __str__(self):
return f"{self.pk}:{self.description}"
def get_full_str(self):
if self.case:
case_id = ", ".format([case.pk for case in self.case.all()])
# case_id = self.case.pk