django-colorfield

color field for django models with a nice color-picker in the admin.

MIT License

Downloads
409.1K
Stars
571
Committers
32

Bot releases are visible (Hide)

django-colorfield - 0.11.0 Latest Release

Published by fabiocaccamo 11 months ago

  • Add Python 3.12 support.
  • Add Django 5.0 support.
  • Speed-up test workflow.
  • Bump requirements.
  • Bump pre-commit hooks.
django-colorfield - 0.10.1

Published by fabiocaccamo about 1 year ago

  • 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).
django-colorfield - 0.10.0

Published by fabiocaccamo about 1 year ago

  • 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.
django-colorfield - 0.9.0

Published by fabiocaccamo over 1 year ago

  • 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.
django-colorfield - 0.8.0

Published by fabiocaccamo almost 2 years ago

  • Drop Python < 3.8 and Django < 2.2 support.
django-colorfield - 0.7.3

Published by fabiocaccamo almost 2 years ago

  • Handle possible corrupted image when opening image. #98
django-colorfield - 0.7.2

Published by fabiocaccamo over 2 years ago

django-colorfield - 0.7.1

Published by fabiocaccamo over 2 years ago

  • Fixed ColorField widget classes. #43 #78 (thanks to @N1K1TAS95)
django-colorfield - 0.7.0

Published by fabiocaccamo over 2 years ago

  • Added ColorField serializer. #77 (thanks to @hugofer93)
django-colorfield - 0.6.3

Published by github-actions[bot] almost 3 years ago

  • Fixed django < 2.0 compatibility.
django-colorfield - 0.6.2

Published by github-actions[bot] almost 3 years ago

  • Fixed possible memory leak.
django-colorfield - 0.6.1

Published by github-actions[bot] almost 3 years ago

  • Fixed ValueError: seek of closed file. #75
django-colorfield -

Published by fabiocaccamo almost 3 years ago

  • Use not minified jscolor when DEBUG=true
  • Fix rendering when value is None
  • Use {required: false} js color option when the form field is not required. This forces to stop using the {hash: true} option for jscolor. To make this change retrocompatible, anchor is appended at the Widget level.
django-colorfield -

Published by fabiocaccamo almost 3 years ago

  • Fixed whole inline model required. #7
  • Fixed README.md missing in package. #46
  • Refactored ColorField and ColorWidget. #39, #43
  • Updated jscolor version to 2.0.5.
  • Bumped min django version to 1.7.
  • Added test suite (not tests) with tox and travis.
django-colorfield -

Published by fabiocaccamo almost 3 years ago

  • Fixed colopicker not working on inlines added dynamically.
  • Fixed failed lookup for key [class]. #7
django-colorfield -

Published by fabiocaccamo almost 3 years ago

  • Fixed colopicker not working on inlines added dynamically (only when jquery is loaded by the browser after colorfield). #52
django-colorfield -

Published by fabiocaccamo almost 3 years ago

  • Fixed default, blank and null attrs support. #53 #54
  • Fixed jscolor not working on inlines added dynamically (only when extra=0)
django-colorfield -

Published by fabiocaccamo almost 3 years ago

  • Updated jscolor to 2.1.1 version. #57
  • Fixed self invoking anonymous function expression.
django-colorfield - 0.6.0

Published by github-actions[bot] almost 3 years ago

  • 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.
django-colorfield -

Published by fabiocaccamo almost 3 years ago

  • Added samples option support.
Package Rankings
Top 1.7% on Pypi.org
Top 31.42% on Conda-forge.org
Badges
Extracted from project README
Related Projects