django-imagekit/imagekit
Eric Eldredge b1c5432310 Implemented post_save and post_delete handlers for ImageSpecs.
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.
2011-09-21 09:56:27 -04:00
..
management Flush newer records first. Also, spacing. 2011-02-10 19:00:35 -08:00
templates/imagekit/admin Added AdminThumbnailView field. 2011-09-20 19:37:04 -04:00
__init__.py Bumping the verison numbers. 2011-04-01 11:56:44 -07:00
fields.py Unbound fields are accessible from class. 2011-09-21 09:52:38 -04:00
lib.py Cleaned up trailing whitespace 2009-12-19 11:01:54 -05:00
models.py Implemented post_save and post_delete handlers for ImageSpecs. 2011-09-21 09:56:27 -04:00
options.py Added AdminThumbnailView field. 2011-09-20 19:37:04 -04:00
processors.py Removed Format processor 2011-09-20 21:34:00 -04:00
specs.py Implemented post_save and post_delete handlers for ImageSpecs. 2011-09-21 09:56:27 -04:00
tests.py Cleaned up trailing whitespace 2009-12-19 11:01:54 -05:00
utils.py Fixes: CMYK files from Photoshop fails to load with exception -2 2011-06-17 13:13:20 -07:00