v3.5.0
- Development environment fixes & improvements.
- Since
Python 3.6
support is ended, the codebase is refactored/modernized forPython 3.7
. WebP
is added to defaultALLOWED_TYPES
of theBase64ImageField
.- Deprecated
imghdr
library is replaced withfiletype
. - Unintended
Pillow
dependency is removed.