~~~~~~~~~~~~~~~~~~~
- **BACKWARDS INCOMPATIBLE**: Changed processing to pass additional
processors' arguments as positional arguments instead of as a single
list. This change only affects custom processors, no changes are
necessary for users of the library, except if for example you passed
arguments to processors such as ``default``, ``autorotate`` etc.
- Fixed a test to assume less about the error message for corrupt
images.
- Localize the corrupt image validation errors.
- Stopped calling the storage's ``delete()`` method for non-existing
images.
- Made the field resilient against NULL values from the database.