* release/3.3:
Add @vstoykov to the author list.
Bump version number.
Update django-nose version to work with Django 1.9
Add a missing env to the tox matrix
Work a compatibility implementation for Django 1.2
Tells tox to only run the designated env
Enable the new travis architecture for speed and reliability
Allow the test to fail fast
Allow travis to fail for the python3.5 interpreter not yet available
Use the env conf for travis to split the test builds
Add tox env for django 1.9
Update the doc to reflect the new `IMAGEKIT_CACHE_BACKEND` behavior
Cleaner implementation thanks to @vstoykov explanation
Handle cases where DEFAULT_CACHE_ALIAS is None in old Django versions
Do not take a decision on which cache to use in DEBUG mode
Use a compat method to wrap the new way of retrieving the cache engine
* release/3.2.7:
Bump the version to 3.2.7.
Fixes open cache file never getting closed
Fixes open source file never getting closed
Do not use progressive when we are not running in terminal
Add test environments for Python3.4 and Django1.7 and Django1.8
Fixes imports in README example for ProcessedImageField
In a processes that generates many images, you could run into a
cituation with too man files being open. This results in:
IOError: [Errno 24] Too many open files
In a processes that generates many images, you could run into a
cituation with too man files being open. This results in:
IOError: [Errno 24] Too many open files
* release/3.2.6:
Bump the version to 3.2.6.
Updated importlib import to fix DeprecationWarning (for django 1.8)
Add note about usage of optimistic strategy with async backend
Fix typo
- `base`, `crop`, `resize`, and `utils` are now placed in `pilkit` app
- remove magic compatibility between `imagekit.processors` and `pilkit.procesors`
* release/3.2.3:
Bump the version to 3.2.3.
Exclude tests from dist
Revert "Remove test dir __init__.py"
Only include fetched fields in initial hash of sources
Add test to illustrate GH-295
Test that there isn't IO done when you get a URL
Support should_verify_existence on strategies
Test that Optimistic strategy doesn't cause reads
Ignore my Python3 virtualenv
Remove test dir __init__.py
Fixed minor spelling error in README.rst