start migration to dv3d

This commit is contained in:
Ross
2025-06-09 11:39:38 +01:00
parent 503c8f854a
commit 8e92de3420
20 changed files with 4444 additions and 84 deletions
+2
View File
@@ -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