django-imagekit/imagekit
Matthew Tretter c8733c4707 Change how signals are used
Signals are now connected without specifying the class and non-IK
models are filtered out in the receivers. This is necessary because of
a bug with how Django handles abstract models.

Closes #126
2012-07-25 23:04:21 -04:00
..
imagecache Use django-appconf 2012-07-19 21:03:15 -04:00
management Rename force flag to force-revalidation 2012-02-02 23:23:20 -05:00
models Change how signals are used 2012-07-25 23:04:21 -04:00
processors Add __init__ to Reflection processor; closes #141 2012-07-25 22:20:15 -04:00
templates/imagekit/admin Proper handling of empty images and missing fields 2011-11-03 12:33:22 -04:00
__init__.py Merge branch 'release/2.0.1' into develop 2012-04-28 11:32:22 -07:00
admin.py Allow callables for AdminThumbnail image_field arg 2012-07-19 20:08:03 -04:00
conf.py Use django-appconf 2012-07-19 21:03:15 -04:00
generators.py Use cStringIO if available 2012-05-12 15:45:08 -04:00
lib.py Use cStringIO if available 2012-05-12 15:45:08 -04:00
utils.py Change how signals are used 2012-07-25 23:04:21 -04:00