django-imagekit/imagekit
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
..
management ImageSpecFile is a proper File 2011-10-10 17:22:06 -04:00
processors Adds explicit import of resize module to processors 2011-09-26 16:45:45 -04:00
templates/imagekit/admin Added AdminThumbnailView field. 2011-09-20 19:37:04 -04:00
__init__.py More docs edits. 2011-09-26 11:36:08 -04:00
admin.py AdminThumbnailView is now AdminThumbnail 2011-10-02 21:58:08 -04:00
lib.py Cleaned up trailing whitespace 2009-12-19 11:01:54 -05:00
models.py ImageSpecFile is a proper File 2011-10-10 17:22:06 -04:00
tests.py AdminThumbnailView is now AdminThumbnail 2011-10-02 21:58:08 -04:00
utils.py A list of ImageSpec names are now stored on the model. 2011-10-06 16:08:14 -04:00