diff --git a/helpdesk/models.py b/helpdesk/models.py index 96adaae3..73b29f06 100644 --- a/helpdesk/models.py +++ b/helpdesk/models.py @@ -956,7 +956,6 @@ class Attachment(models.Model): mimetypes.guess_type(self.filename, strict=False)[0] or \ 'application/octet-stream' - return super(Attachment, self).save(*args, **kwargs) def get_filename(self):