mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-22 22:14:43 +00:00
Removed the save and clear_cache methods from ImageModel (along with helpers). Now, whenever an ImageSpec is contributed to a model, handlers are created for the post_save and post_delete signals. The post_save handler does the work of running the ImageSpec processors and caching the resulting file, while the post_delete handler does the work cleaning up the cached files. |
||
|---|---|---|
| .. | ||
| management | ||
| templates/imagekit/admin | ||
| __init__.py | ||
| fields.py | ||
| lib.py | ||
| models.py | ||
| options.py | ||
| processors.py | ||
| specs.py | ||
| tests.py | ||
| utils.py | ||