django-imagekit/imagekit/management
Matthew Tretter 8147cb85df ImageSpecFile is a proper File
Previously, ImageSpecFile was a file-like object, but didn't actually
extend any of the file classes. Because of this, some of Django's file-
handling code was duplicated. More importantly, instances didn't always
behave as one might expect (if one were familiar with ImageFields),
particularly when the source image was empty. This could have been
especially confusing in templates. (For example, because
ImageSpecFields whose source images didn't exist were still truthy.)
2011-10-10 17:22:06 -04:00
..
commands ImageSpecFile is a proper File 2011-10-10 17:22:06 -04:00
__init__.py Added setup.py and relocated source dir 2009-02-02 15:46:41 -05:00