6.0.0
Release 6.0.0 was released on 2020-10-07 (and pushed to PyPI the next day).
Breaking Changes
- Drop support for Python 3.5 (EOL: 2020-09-13).
- Default values for readonly fields are kept in cleaned_data.
Other changes
- Applying isort v5+ changes: no
--recursive flag
, removed thenot_skip
settings. (internal change, no runtime impact).