Skip to content

Releases: fabiocaccamo/django-colorfield

0.6.2

03 Jan 13:10
Compare
Choose a tag to compare
  • Fixed possible memory leak.

0.6.1

03 Jan 10:29
Compare
Choose a tag to compare
  • Fixed ValueError: seek of closed file. #75

0.6.0

22 Dec 17:05
Compare
Choose a tag to compare
  • Added image_field option.
  • Added python 3.10 / django 4.0 support.
  • Added more tests and increased coverage.
  • Fixed tests warnings.
  • Replaced Travis CI with GitHub actions workflow.

0.5.0

06 Dec 20:20
Compare
Choose a tag to compare
  • Added samples option support.

0.4.5

12 Oct 08:36
Compare
Choose a tag to compare
  • Fixed widget backward-compatibility with older django versions.

0.4.4

08 Oct 14:55
Compare
Choose a tag to compare
  • Fixed widget backward-compatibility with older django versions.

0.4.3

16 Sep 12:57
Compare
Choose a tag to compare
  • Fixed subclasses of forms.Widget must provide a render() method. #70

0.4.2

12 Jul 20:20
Compare
Choose a tag to compare

0.4.1

19 Jan 11:09
Compare
Choose a tag to compare
  • Fixed 500 error caused by palette choices. #65

0.4.0

14 Jan 09:12
Compare
Choose a tag to compare
  • Added hex (default) and hexa color format support. #58 #59
  • Added palette support using field choices. #19
  • Updated jscolor library version to 2.4.5.