django-imagekit/imagekit
Clay McClure 2cf425d8a3 Wrap ContentFile in a file-like object with a filename and content_type.
This extra layer of indirection allows us to tack some attributes
(name and content_type) onto the underlying file, which we cannot
do with a StringIO since it's a native ctype.

These attributes are used by various third-party software that expects
to work with django.core.files.File instances, and not directly with
StringIO instances. By way of example, the django-storages mosso
backend (CloudFilesStorage) looks for a content_type attribute, and
the cloudfiles Object backend looks for a name attribute.
2012-02-29 05:01:31 -05:00
..
management Rename force flag to force-revalidation 2012-02-02 23:23:20 -05:00
models Validate the image any time the file is required 2012-02-23 17:46:57 -05:00
processors Cover renamed to ResizeToCover 2012-02-18 01:38:19 -05:00
templates/imagekit/admin Proper handling of empty images and missing fields 2011-11-03 12:33:22 -04:00
__init__.py The serial must be greater than 0 for an alpha release. Fixes #101. Thanks @vesterbaek! 2012-02-15 12:57:36 -08:00
admin.py Rename ImageSpec to ImageSpecField 2012-02-11 13:06:48 -05:00
generators.py Wrap ContentFile in a file-like object with a filename and content_type. 2012-02-29 05:01:31 -05:00
imagecache.py fix import and formatting 2012-02-14 17:34:51 +01:00
lib.py TrimColor processor 2011-11-16 00:11:05 -05:00
settings.py Rename cache_state_backend to image_cache_backend 2012-02-12 16:18:34 -05:00
utils.py Commands for validating and invalidating the cache 2012-02-02 00:19:46 -05:00