django-imagekit/imagekit
Matthew Tretter dd28557323 Change handling of spec deletion
Though it's not the case with `FileSystemStorage`, attempting to delete
a nonexistent file can cause an exception (as in #80). We want to avoid
these errors but don't want to suppress others raised in the process of
deleting the file, so we first check to see if the file exists.
2011-12-07 00:52:06 -05:00
..
management No need to check for None 2011-12-07 00:37:52 -05:00
processors Catch KeyError on image.info dictionary 2011-12-06 23:29:30 -05:00
templates/imagekit/admin Proper handling of empty images and missing fields 2011-11-03 12:33:22 -04:00
__init__.py We're at 1.1.0dev, for real this time. 2011-11-10 15:39:47 +09:00
admin.py Proper handling of empty images and missing fields 2011-11-03 12:33:22 -04:00
lib.py TrimColor processor 2011-11-16 00:11:05 -05:00
models.py Change handling of spec deletion 2011-12-07 00:52:06 -05:00
utils.py Reset file pointer before opening image. Fixes #47 2011-11-08 20:53:48 -05:00