- **Fixed**: Pillow image object have to be reopened after `Image.verify()` call in `ImageField::to_python`
0.16.3
- **Fixed**: `ApiFormException('No clean data provided! Try to call is_valid() first.')` was incorrectly raised if request payload was empty during `Form::fill` method call - **Changed**: `clean_data` property is by default `None` instead of empty dictionary
0.16.2
- **Fixed**: Fixed issue with `clean_` methods returning values resolved as False (`False`, `None`, `''`)
0.16.1
- **Fixed**: Ignore `ModelMultipleChoiceField` in `Form::fill()`
0.16.0
One more step to get rid of `pytest` in project (we don't need it)
- **Changed**: Correctly resolve key postfix if `ModelChoiceField` is used in `Form::fill()` - **Changed**: `DjangoApiFormsConfig` is created