.
This commit is contained in:
+1
-1
@@ -896,7 +896,7 @@ class UncategorisedDicom(models.Model):
|
||||
|
||||
created_date = models.DateTimeField(default=timezone.now)
|
||||
|
||||
basic_dicom_tags = models.JSONField(null=True)
|
||||
basic_dicom_tags = models.JSONField(null=True, blank=True)
|
||||
|
||||
def check_for_duplicates(self, image_hash):
|
||||
duplicate = None
|
||||
|
||||
Reference in New Issue
Block a user