todo note

This commit is contained in:
jonaswinkler 2020-11-27 12:03:24 +01:00
parent a4bd2d687e
commit 6b3ec52ed4

View File

@ -230,6 +230,7 @@ class Document(models.Model):
@property
def file_type(self):
# TODO: this is not stable across python versions
return mimetypes.guess_extension(str(self.mime_type))
@property