django-imagekit/imagekit
Clay McClure db4df4f82c Add SpecFile.__unicode__
SpecFile is based after django.core.files.base.ContentFile, which lacks a __unicode__
method. This leads to an AttributeError when SpecFile.__repr__ is called. This is
easily resolved by giving SpecFile a proper __unicode__ method.
2012-03-27 17:17:54 -04:00
..
imagecache Merge pull request #121 from cyberdelia/celery-improvements 2012-03-23 13:04:22 -07: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 Using Django's method of versioning. Also updating the docs' version. 2012-03-20 02:44:53 -07:00
admin.py Rename ImageSpec to ImageSpecField 2012-02-11 13:06:48 -05:00
generators.py Add SpecFile.__unicode__ 2012-03-27 17:17:54 -04:00
lib.py TrimColor processor 2011-11-16 00:11:05 -05:00
settings.py change import path 2012-03-05 17:36:08 +01:00
utils.py Commands for validating and invalidating the cache 2012-02-02 00:19:46 -05:00