Skip to content

Releases: Hipo/drf-extra-fields

v3.7.0

08 Aug 18:14
8c18a75
Compare
Choose a tag to compare
  • psycopg (psycopg 3) is now supported and it's used automatically instead of psycopg2 if available.

v3.6.1

28 Jul 20:22
ffd132d
Compare
Choose a tag to compare
  • File objects without an actual file-system path can now be used in Base64ImageField, Base64FileField and HybridImageField

v3.6.0

28 Jul 20:01
d5a6559
Compare
Choose a tag to compare
  • File objects without an actual file-system path can now be used in Base64ImageField, Base64FileField and HybridImageField

v3.5.0

24 May 11:06
76d81b3
Compare
Choose a tag to compare
  • Development environment fixes & improvements.
  • Since Python 3.6 support is ended, the codebase is refactored/modernized for Python 3.7.
  • WebP is added to default ALLOWED_TYPES of the Base64ImageField.
  • Deprecated imghdr library is replaced with filetype.
  • Unintended Pillow dependency is removed.

v3.4.0

04 Mar 10:25
3dbb40b
Compare
Choose a tag to compare
  • ⚠️ BACKWARD INCOMPATIBLE ⚠️
    • Support for Django 3.0 and Django 3.1 is ended.
  • Django 4.0 is now supported.

v3.3.0

07 Jan 15:41
fcb9aff
Compare
Choose a tag to compare
  • ⚠️ BACKWARD INCOMPATIBLE ⚠️
    • Support for Python 3.6 is ended.

v3.2.1

09 Nov 14:38
9e2ae58
Compare
Choose a tag to compare
  • A typo in the python_requires argument of setup.py that prevents installation for Python 3.6 is fixed.

v3.2.0

04 Nov 13:56
4e446eb
Compare
Choose a tag to compare
  • ⚠️ BACKWARD INCOMPATIBLE ⚠️
    • Support for Python 3.5 is ended.
  • Python 3.9 and Python 3.10 are now supported.
  • Django 3.2 is now supported.

v3.1.1

10 Mar 08:34
252e681
Compare
Choose a tag to compare
  • Make psycopg2 dependency optional.

v3.1.0

27 Feb 07:49
2177ce6
Compare
Choose a tag to compare
  • Possible Breaking Change:
    • In this version we have changed file class used in Base64FileField from ContentFile to SimpleUploadedFile (you may see the change here).
  • child_attrs property is added to RangeFields.