mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-29 03:00:24 +00:00
Previously, ImageSpecFile instances were retrieved (for saving and deleting, among other possibilities) by iterating over the model instance's attributes. This change adds ImageSpecFile names to a list (spec_file_names) on an imagekit meta object on the model (_ik), making later retrieval much cheaper and more straightforward. |
||
|---|---|---|
| .. | ||
| management | ||
| processors | ||
| templates/imagekit/admin | ||
| __init__.py | ||
| admin.py | ||
| lib.py | ||
| models.py | ||
| tests.py | ||
| utils.py | ||