Releases: bellini666/django-choices-field
Releases · bellini666/django-choices-field
Release 3.1.1
v3.1.0
Release 3.0.1
What's Changed
- Allow empty values to support wagtail drafts by @pcraciunoiu in #28
- Properly convert choices values to avoid "ENUM_VALUE" must be a subclass of ChoicesEnum by @pcraciunoiu in #29
New Contributors
- @pcraciunoiu made their first contribution in #28
Full Changelog: v3.0.0...v3.0.1
Release 3.0.0
What's Changed
- feat: official declaration of support for Python 3.12/3.13 and Django 5.1/5.2
- feat: init to use the explicitly passed kwarg choices by @j30ng in #26
New Contributors
Full Changelog: v2.3.0...v3.0.0
Release 2.3.0
What's Changed
- Dropped support for python 3.7. Minimum python supported version now is 3.8
- Declared support for Django 5.0
- Added missing py.typed marker for mypy by @pm-incyan in #12
New Contributors
- @pm-incyan made their first contribution in #12
Full Changelog: v2.2.2...v2.3.0
Release 2.2.2
Release 2.2.1
Release 2.2
What's Changed
- feat: add support for integer flags (check the
READMEfor its usage) - chore(deps): bump requests from 2.30.0 to 2.31.0 by @dependabot in #10
Full Changelog: v2.1.2...v2.2
Release 2.1.2
What's changed
- fix(typing): remove init from typing to fix pyright issues
Full Changelog: v2.1.1...v2.1.2