Add application/x-pdf mime type.
This commit is contained in:
parent
b36af52f52
commit
10735e597a
@ -97,7 +97,7 @@ class UriFileType(FileType):
|
|||||||
|
|
||||||
class PdfFileType(FileType):
|
class PdfFileType(FileType):
|
||||||
|
|
||||||
_types = set(['application/pdf'])
|
_types = set(['application/pdf', 'application/x-pdf'])
|
||||||
|
|
||||||
def get_name(self):
|
def get_name(self):
|
||||||
return _('PDF file')
|
return _('PDF file')
|
||||||
|
Loading…
Reference in New Issue
Block a user