django-imagekit/imagekit
Eric Eldredge b8e57dccd6 A list of ImageSpec names are now stored on the model.
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.
2011-10-06 16:08:14 -04:00
..
management Documentation! 2011-09-25 21:04:11 -04:00
processors Adds explicit import of resize module to processors 2011-09-26 16:45:45 -04:00
templates/imagekit/admin Added AdminThumbnailView field. 2011-09-20 19:37:04 -04:00
__init__.py More docs edits. 2011-09-26 11:36:08 -04:00
admin.py AdminThumbnailView is now AdminThumbnail 2011-10-02 21:58:08 -04:00
lib.py Cleaned up trailing whitespace 2009-12-19 11:01:54 -05:00
models.py A list of ImageSpec names are now stored on the model. 2011-10-06 16:08:14 -04:00
tests.py AdminThumbnailView is now AdminThumbnail 2011-10-02 21:58:08 -04:00
utils.py A list of ImageSpec names are now stored on the model. 2011-10-06 16:08:14 -04:00