django-imagekit/imagekit
Bryan Veloso 209afac9e3 Merge branch 'develop' into release/2.0
* develop:
  IKContentFile accepts format hint
  Additional mimetype utils
  Don't get extension of empty filename
  Tell people to import fields from the models module
  Refactored AutoConvert into prepare_image
  Docstring for save_image
  Kill PIL's chattiness; fixes #91
  PIL bug workaround
  Use StringIO instead of temp file
  Extract reusable save_image function
  Rename SpecFile and move it to utils
  Extract suggest_extension util from generator
  Woah, globals
  Add SpecFile.__unicode__
2012-04-24 13:59:28 -07: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 Tell people to import fields from the models module 2012-04-20 21:43:59 -04:00
processors Refactored AutoConvert into prepare_image 2012-04-20 21:37:43 -04:00
templates/imagekit/admin Proper handling of empty images and missing fields 2011-11-03 12:33:22 -04:00
__init__.py Bumping an version number. 2012-03-23 14:32:52 -07:00
admin.py Rename ImageSpec to ImageSpecField 2012-02-11 13:06:48 -05:00
generators.py IKContentFile accepts format hint 2012-04-20 23:30:30 -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 IKContentFile accepts format hint 2012-04-20 23:30:30 -04:00