Skip to content

Releases: fabiocaccamo/django-colorfield

0.11.0

05 Dec 22:43
Compare
Choose a tag to compare
  • Add Python 3.12 support.
  • Add Django 5.0 support.
  • Speed-up test workflow.
  • Bump requirements.
  • Bump pre-commit hooks.

0.10.1

05 Sep 16:14
Compare
Choose a tag to compare
  • Fix crash when using image_field option with RGB/RGBA formats. #153 (by @browniebroke in #154)
  • Fix field max_length (increased from 18 to 25).

0.10.0

04 Sep 16:19
Compare
Choose a tag to compare
  • Add support for RGB and RGBA formats. (by @browniebroke in #151)
  • Fix typos in code snippets from README. (by @browniebroke in #152)
  • Fix warnings in browser console when using ColorWidget without specifying format. (by @fallen in #145)
  • Bump requirements.

0.9.0

13 Jun 07:54
Compare
Choose a tag to compare
  • Add Django 4.2 support.
  • Drop Django 2.2 support.
  • Add pyupgrade and django-upgrade to pre-commit hooks.
  • Upgrade syntax for Python >= 3.8.
  • Set max line length to 88.
  • Switch from setup.py to pyproject.toml.
  • Replace flake8 with Ruff.
  • Add locales (en and it).
  • Add metadata module.
  • Set max line length to 88.
  • Run pre-commit also with tox.
  • Bump requirements.
  • Pin test requirements.
  • Rename default branch from master to main.

0.8.0

02 Dec 09:50
Compare
Choose a tag to compare
  • Drop Python < 3.8 and Django < 2.2 support.

0.7.3

02 Dec 08:59
Compare
Choose a tag to compare
  • Handle possible corrupted image when opening image. #98

0.7.2

19 Jul 08:19
Compare
Choose a tag to compare

0.7.1

08 Jun 08:59
Compare
Choose a tag to compare

0.7.0

13 May 09:17
Compare
Choose a tag to compare

0.6.3

03 Jan 13:58
Compare
Choose a tag to compare
  • Fixed django < 2.0 compatibility.