Remove Image.hash
https://redmine.teklia.com/issues/11341
- The
Image.hashdatabase field is removed. -
CreateImageshould only check for image uniqueness through thepath. -
CreateImageErrorResponseSerializer.hashis replaced withpathto document the duplicate path error. - The
ImageUploadSerializer.pathserializer field is now required. - The
ImageUploadSerializer.validatemethod is removed. - The
arkindex.project.aws.S3FileMixin.check_hashmethod is removed. -
ImageSerializer.validate_statusshould not callcheck_hashor refer toImageServer.s3_read_only_bucket. - The
ImageServer.s3_read_only_bucketdatabase field is removed.