* 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
This prevents extra IO. Different defaults are used for async backends
since we can’t assume that `existence_required` resulted in existence
synchronously.
The generate image command will run into issues if the ImageSpecField does not
have any image file source associated wit hti. Like a Optional image field. So
we can not generate the images for that. So this should check to make sure that
it has one.
* release/3.2.1:
Bump the version to 3.2.1.
Simplified RQ cache file backed by using the job decorator
Add note about `open()`
Always call variable "source_file"
setup.py: added 'async_rq' extra, django-rq dependency
Removed unneeded django_rq import
Added a DeprecationWarning if Async cache file backend is used
Updated tox.ini to test against Django 1.6.
Fixed#266 -- Simplified (and renamed) StrategyWrapper.
Link to Instakit.