The TEMPLATE_DEBUG
setting which was deprecated in Django 1.8 and 1.9, and is missing from 1.10's docs (so I assume it's now obsolete) is required by sorl-thumbnail.
Without a TEMPLATE_DEBUG
setting I get this when I try and use the {% thumbnail ... %}
tag in a template:
'Settings' object has no attribute 'TEMPLATE_DEBUG'
If I add it to my settings, the template tag works.
Try installing directly from Github (add to requirements.txt):
-e git+https://github.com/mariocesar/sorl-thumbnail.git#egg=sorl-thumbnail
Looks like latest version on pip is 12.4a1 and doesn't reflect Django 1.10 changes.
Are there any plans on getting a new version uploaded to pip?
I would also appreciate a new version on Pypi.
I have the same trouble
@mariocesar Could you please update the PyPI package?
Tests are not passing for te master branch, it needs first to pass and take care of that.
Hope to have the time soon , however anyone is welcome to give it look and commit
Please update the PyPi package.
Please update it.
sorl-thumbnail is now part of Jazz Band, anyone can join and contribute fixes, and a new version on PyPI should be released automatically if the tests pass.
WHy this is closed?! Issue is not fixed
@adi- This issue is not closed. As you can see at the top of the page, this issue is still open.
Damn, I have looked at the status two comments above. Sorry.
just hit this myself, with latest django any chance of an updated package any time soon on pip ?
@olymk2 A new version on PyPI is waiting on @jazzband/roadies or @mariocesar, as they are the only ones who have access to the PyPI package. See #507 and https://github.com/jazzband/roadies/issues/69 .
@dimitry your method doesn't work for me :( Django 1.11
Just released. https://pypi.python.org/pypi/sorl-thumbnail/12.4.1
Most helpful comment
Are there any plans on getting a new version uploaded to pip?