Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow latest unidecode version #1171

Merged
merged 2 commits into from Dec 22, 2019
Merged

Conversation

ashishnitinpatil
Copy link
Contributor

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

Resolves dependency issue in other projects where Unidecode >= 1.1 is needed.
@codecov-io
Copy link

codecov-io commented Dec 18, 2019

Codecov Report

Merging #1171 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1171   +/-   ##
=======================================
  Coverage   70.98%   70.98%           
=======================================
  Files          63       63           
  Lines        3102     3102           
  Branches      444      444           
=======================================
  Hits         2202     2202           
  Misses        747      747           
  Partials      153      153

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5e119ca...65b2d10. Read the comment docs.

setup.py Outdated Show resolved Hide resolved
@yakky yakky merged commit 5cb4969 into django-cms:master Dec 22, 2019
@ashishnitinpatil ashishnitinpatil deleted the patch-1 branch December 22, 2019 14:57
FinalAngel added a commit that referenced this pull request Sep 3, 2020
* 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>
FinalAngel added a commit that referenced this pull request Sep 3, 2020
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants