mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-09 08:05:13 +02:00
Merge branch 'develop' into images_for_kb
This commit is contained in:
@ -956,6 +956,7 @@ 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):
|
||||
|
Reference in New Issue
Block a user