start migration to dv3d
This commit is contained in:
@@ -628,6 +628,8 @@ class SeriesFinding(FindingBase):
|
||||
|
||||
def __str__(self) -> str:
|
||||
findings = self.findings.all().values_list("name")
|
||||
if self.series is None:
|
||||
return f"SeriesFinding: {findings}/{self.description} (no series)"
|
||||
return f"SeriesFinding: {self.series.id}/{findings}/{self.description}"
|
||||
|
||||
@reversion.register
|
||||
|
||||
Reference in New Issue
Block a user