.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user