* release/2.0.2: (25 commits)
Changelog for 2.0.2.
Bumping the version number.
Change assertRaises for Python 2.6 compatibility
Test correct versions of Django
Fix docs typo; closes#147
fix API documentation
Change how signals are used
Add __init__ to Reflection processor; closes#141
Add Google Group to README
Use django-appconf
Allow callables for AdminThumbnail image_field arg
Whoops! Messed that up.
Code blocks.
Fix pickling of ImageSpecFieldFile
Create failing test to illustrate #97
Remove unused stuff
Derp, forgot to change the tox command.
add irc channel to docs and README
Adding a travis-ci configuration file.
Adding basepython to the tox directives.
...
Conflicts:
docs/changelog.rst
docs/conf.py
imagekit/__init__.py
Signals are now connected without specifying the class and non-IK
models are filtered out in the receivers. This is necessary because of
a bug with how Django handles abstract models.
Closes#126
* release/2.0:
Introduction to image cache backends
Some changelog corrections
Spelling error.
Intial pass of the 2.0 release notes.
Bumping an version number.
* release/2.0: (127 commits)
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__
Introduction to image cache backends
Some changelog corrections
Spelling error.
Intial pass of the 2.0 release notes.
Bumping an version number.
delete file before re-generating it to avoid ill named file
...
* 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__