Alex Avd
Alex Avd
Hello. I came across a problem with imagekit. I see a lot of warnings in Sentry from _generate method of ImageCacheFile - **"The storage backend %s did not save the...
If I use filters on related fields I get 'has no attribute' error. For example: ``` python class Producer(models.Model): name = CharField() class Collection(models.Model): producer = ForeignKey(Producer) name = CharField()...
Hi. I'm using your storage as a default file storage. I'm reading file content in some celery tasks and everything works ok, but after some moment I'm starting to get...
Your symbol provider doesn't support receive and fallback functions and use symbol name 'null' for them.