django-imagekit/imagekit
Eric Eldredge fe2fb844af Changed the way post_save and post_delete signals are being handled.
One handler is created per model instead of per bound image spec.
This cuts down on the number of handlers created, and also offloads the
policing of the handlers in memory to the signal framework. Since they are no
longer being created per spec, the handlers can be weakly referenced.
2011-09-21 10:44:05 -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 Changed the way post_save and post_delete signals are being handled. 2011-09-21 10:44:05 -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