Releases: Hipo/drf-extra-fields
Releases · Hipo/drf-extra-fields
v3.7.0
v3.6.1
- File objects without an actual file-system path can now be used in
Base64ImageField
,Base64FileField
andHybridImageField
v3.6.0
- File objects without an actual file-system path can now be used in
Base64ImageField
,Base64FileField
andHybridImageField
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.
v3.4.0
⚠️ BACKWARD INCOMPATIBLE⚠️ - Support for
Django 3.0
andDjango 3.1
is ended.
- Support for
Django 4.0
is now supported.
v3.3.0
⚠️ BACKWARD INCOMPATIBLE⚠️ - Support for
Python 3.6
is ended.
- Support for
v3.2.1
- A typo in the
python_requires
argument ofsetup.py
that prevents installation for Python 3.6 is fixed.
v3.2.0
⚠️ BACKWARD INCOMPATIBLE⚠️ - Support for
Python 3.5
is ended.
- Support for
Python 3.9
andPython 3.10
are now supported.Django 3.2
is now supported.