django-imagekit/imagekit/cachefiles
Roman Gorbil d80f426d3c Fix ImageCacheFile.__repr__ to not send signals
Cachefile strategy may be configured to generate file when file existance required.

To generate images, async backends passes `ImageCacheFile` instance to worker.
Both celery and RQ calls `__repr__` method for each argument to enque call.
And if `__repr__` of object will send `existnace_required` signal, we will get endless recursion.

Issue: #434
2017-10-10 17:39:46 +07:00
..
__init__.py Fix ImageCacheFile.__repr__ to not send signals 2017-10-10 17:39:46 +07:00
backends.py Make it possible to configure IMAGEKIT_CACHE_TIMEOUT 2017-02-17 02:47:19 +02:00
namers.py Let's call em cachefiles 2013-02-04 19:52:38 -05:00
strategies.py Support should_verify_existence on strategies 2014-09-23 18:41:09 -04:00