* Store mimetype of uploaded file in database (#1152)
* Store mimetype of uploaded file in database
* Fix a few CI errors
* set default mime_type to application/octet-stream
* Server.serve() now accepts a filer.File object
* Fix: JPG testimage shall be uploaded with Content-Type image/jpeg
* fix flake8 complaints
* Use NotImplementedError
* fix flake8 complaints
* describe changes
* use master branch instead of develop
* add additional tests to support MIME type
* check that content-type is stored by django-filer
* Allow latest unidecode version (#1171)
* Allow latest unidecode version
Resolves dependency issue in other projects where Unidecode >= 1.1 is needed.
* Fix annotation by @yakky on PR #1152
* use url instead of path to guess mime-type
* Use property ‘download’ to reuse original filename (#1169)
* Use property ‘download’ to reuse original filename
* add feature to changelog
Co-authored-by: Angelo Dini <angelo.dini@divio.ch>
Co-authored-by: Ashish Patil <ashishnitinpatil@gmail.com>
* Edit documentation
* fix flake
* adapt changelog
Co-authored-by: Jacob Rief <jacob.rief@gmail.com>
Co-authored-by: Ashish Patil <ashishnitinpatil@gmail.com>
Co-authored-by: Iacopo Spalletti <i.spalletti@nephila.digital>