JochenGCD

Results 4 comments of JochenGCD

I am using the following to delete the cached files, e.g. cached_image is image.scaled_image. This deletes the cached image, if it does not exist storage.delete() does not generate an error,...

My comment from #229 also applies here. https://github.com/matthewwithanm/django-imagekit/issues/229#issuecomment-385145019

This was removed when adding the elasticsearch2 backend #1247 Before the docs was also not quite correct for elasticsearch, but that is moot now. #1368 That issue can be closed.

We run into this problem of case sensitivity with MySQL also years ago. We are maintaining a branch, where in _to_tag_model_instances of taggit/managers.py we use regex-expressions instead of 'regular' name__in...