v0.2.7, 06/06/13 -- Save only filename and not whole path for transformed images
v0.2.6, 06/06/13 -- Use .count() for management command instead of len()
v0.2.5, 06/04/13 -- Fixed `retransform` with no fields
v0.2.4, 06/04/13 -- Increased transform debug logging
v0.2.3, 06/04/13 -- Add all packages so that Django finds management command
v0.2.2, 06/04/13 -- Zip safe on setup.py so Django finds management command
v0.2.1, 05/29/13 -- Proper progressive and optomize support
v0.2.0, 05/29/13 -- Don't save with optomize either, also encounters same error
v0.1.9, 05/29/13 -- Don't save as progressive, because encounters errors
v0.1.8, 05/29/13 -- Convert image to JPEG colorspace and save with higher quality and progressive
v0.1.7, 05/29/13 -- Transform post save, addressed force_update error
v0.1.6, 05/29/13 -- Reasons why to use library added to readme, moved error handling transform function.
v0.1.5, 04/18/13 -- Check first if image exists, before deleting
v0.1.4, 04/18/13 -- Added support for non-image files
v0.1.3, 03/20/13 -- Added instruction to add to INSTALLED_APPS
v0.1.2, 03/20/13 -- Added requirement for Django 1.5.
v0.1.1, 03/20/13 -- Fixed Readme Formatting.
v0.1.0, 03/19/13 -- Initial release.
