[go: up one dir, main page]

Skip to content

Tags: jrief/django-filer

Tags

2.1.2

Toggle 2.1.2's commit message
remove django-cms-3.9 from classifiers

2.1.1

Toggle 2.1.1's commit message
stick with easy-thumbnails>=2.8.0

2.1

Toggle 2.1's commit message
Merge branch 'master' of github.com:divio/django-filer

2.1rc4

Toggle 2.1rc4's commit message
Bump to version 2.1rc4

2.1rc3

Toggle 2.1rc3's commit message
Bump to version 2.1rc3

2.1rc2

Toggle 2.1rc2's commit message
fix django-cms#1228: file-unknown.svg not found

2.1rc1

Toggle 2.1rc1's commit message
Bump to version 2.1rc1

2.0.2

Toggle 2.0.2's commit message
Bump to version 2.0.2

2.0.1

Toggle 2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix django-cms#1209 (django-cms#1210)

* fix django-cms#1209

Applying filer.0012_file_mime_type: psycopg2.errors.NotNullViolation: null value in column "mime_type" violates not-null constraint

* fix isort ordering

* fix isort ordering

* Bump to version 2.0.1

Co-authored-by: Jacob Rief <cb351035@uibk.ac.at>

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Get develop into master (django-cms#1207)

* Store mimetype of uploaded file in database (django-cms#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 (django-cms#1171)

* Allow latest unidecode version

Resolves dependency issue in other projects where Unidecode >= 1.1 is needed.

* Fix annotation by @yakky on PR django-cms#1152

* use url instead of path to guess mime-type

* Use property ‘download’ to reuse original filename (django-cms#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>