Skip to content

Close photos after hashing their contents

Tom van Bussel requested to merge fix/warnings-photo-upload into master

Short description

When uploading photos, photos were not closed after hashing their contents. A context manager which automatically closes the files would have been nicer, but Django does not allow it.

Merge request reports