django-imagekit/imagekit
Matthew Tretter f9d91c7c4d Remove source_deleted signal
...for now. Eventually, we will want a signal that tells us when sources
are no longer used, however that isn't just limited to when they're
deleted! This new signal should also be dispatched, for example, when
a source image field is set to `None`. Since none of the built-in
strategies are currently using the source_deleted signal, I've decided
to remove it until we have a more complete solution.
2013-05-25 00:50:59 -04:00
..
cachefiles Combine source_created and source_changed 2013-05-24 23:21:30 -04:00
forms Fix imagekit.forms.fields.ProcessedImageField 2013-01-23 22:54:25 -05:00
management Let's call em cachefiles 2013-02-04 19:52:38 -05:00
models Always call set_spec_id 2013-04-05 14:57:41 -04:00
specs Remove source_deleted signal 2013-05-25 00:50:59 -04:00
templates/imagekit/admin Proper handling of empty images and missing fields 2011-11-03 12:33:22 -04:00
templatetags Rename GeneratedImageFile to ImageCacheFile 2013-02-08 18:15:00 -05:00
__init__.py Remove PILKit functionality 2013-02-07 23:10:05 -05:00
admin.py "source" now refers to the file itself 2012-12-11 22:53:13 -05:00
conf.py Improve default cache backend handling 2013-05-13 21:28:41 -04:00
exceptions.py Error when attempting to generate image w/o source 2013-02-25 22:42:47 -05:00
files.py Renaming/repackaging of generated file related classes 2013-01-31 19:24:08 -05:00
generatorlibrary.py pass in upscale keyword to thumbnail template tag 2013-05-11 09:12:29 -03:00
hashers.py Canonicalize sets and dicts before hashing 2013-04-25 02:30:37 -04:00
importers.py Remove PILKit functionality 2013-02-07 23:10:05 -05:00
lib.py Define NullHandler for Python <= 2.6 2013-05-20 19:19:13 -04:00
pkgmeta.py Bump version to 3.0b1 2013-04-05 16:43:26 -04:00
processors.py processors in PILKit: module 2013-04-10 14:24:02 -04:00
registry.py Remove source_deleted signal 2013-05-25 00:50:59 -04:00
signals.py Remove source_deleted signal 2013-05-25 00:50:59 -04:00
utils.py Define NullHandler for Python <= 2.6 2013-05-20 19:19:13 -04:00