Sorl-thumbnail: Support Django 3.0

Created on 2 Dec 2019  ·  11Comments  ·  Source: jazzband/sorl-thumbnail

This line does not work with Django 3.0:

from django.utils.encoding import python_2_unicode_compatible

https://docs.djangoproject.com/en/3.0/releases/3.0/

You can import directly from six if you still need to support Python 2.

Most helpful comment

A new release would be lovely please please :smile:

All 11 comments

As far as I can see a PR has been made: #600

As far as I can see a PR has been made: #600

You can close this issue after Django 3.0 is supported in the latest release.

https://github.com/jazzband/sorl-thumbnail/pull/600 is merged but no tag/release has been made!

A new release would be lovely please please :smile:

Pretty please @camilonova 🙏🏻

You can update your requirements.txt file with the following line until a release is made: git+git://github.com/jazzband/sorl-thumbnail@4fe1854#egg=sorl-thumbnail

Just adding my voice here. Please make a release! :pray: Thanks

Someone please approve #604

@benjaoming Can you please approve #604?

@inoks I already approved it, that has no effect. I don't have write access to the repo as noted in #604.

The bug seems to unfix at Django 3.0

Was this page helpful?
0 / 5 - 0 ratings