mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-17 05:40:25 +00:00
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 |
||
|---|---|---|
| .. | ||
| media | ||
| __init__.py | ||
| imagegenerators.py | ||
| models.py | ||
| settings.py | ||
| test_abstract_models.py | ||
| test_cachefiles.py | ||
| test_fields.py | ||
| test_generateimage_tag.py | ||
| test_no_extra_queries.py | ||
| test_optimistic_strategy.py | ||
| test_serialization.py | ||
| test_sourcegroups.py | ||
| test_thumbnail_tag.py | ||
| utils.py | ||