improve image hashing

This commit is contained in:
Ross
2023-12-26 17:11:02 +00:00
parent 8c0aaa82e2
commit 714f472da6
14 changed files with 183 additions and 42 deletions
+1 -1
View File
@@ -444,7 +444,7 @@ CaseCollectionCaseFormSet = inlineformset_factory(
SeriesImageFormSet = inlineformset_factory(
Series,
SeriesImage,
exclude=["dicom_tags_ohif", "replaced", "image_md5_hash", "is_dicom"],
exclude=["dicom_tags_ohif", "replaced", "image_md5_hash", "image_blake3_hash", "is_dicom"],
can_delete=True,
extra=0,
max_num=2000,