Skip to content

Releases: bellini666/django-choices-field

Release 3.1.1

24 Oct 15:40
018df96

Choose a tag to compare

What's Changed

  • fix magic get_FIELD_display() method by @ahem in #34

Full Changelog: v3.1.0...v3.1.1

v3.1.0

27 Sep 10:05
f245732

Choose a tag to compare

What's Changed

  • support labels for blank values by @ahem in #30

New Contributors

  • @ahem made their first contribution in #30

Full Changelog: v3.0.1...v3.1.0

Release 3.0.1

14 Aug 21:34
63dbc5e

Choose a tag to compare

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

Full Changelog: v3.0.0...v3.0.1

Release 3.0.0

10 Aug 12:33
c6ffaad

Choose a tag to compare

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

  • @j30ng made their first contribution in #26

Full Changelog: v2.3.0...v3.0.0

Release 2.3.0

08 Mar 19:12
193ace7

Choose a tag to compare

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

Full Changelog: v2.2.2...v2.3.0

Release 2.2.2

25 Jun 15:49
719ab14

Choose a tag to compare

What's changed

  • Mark this lib as supported by python 3.7 as well

Full Changelog: v2.2.1...v2.2.2

Release 2.2.1

21 Jun 18:53
2bab774

Choose a tag to compare

What's changed

  • fix: fix joining strings when they are promises

Full Changelog: v2.2...v2.2.1

Release 2.2

21 Jun 18:15
031dbd5

Choose a tag to compare

What's Changed

  • feat: add support for integer flags (check the README for 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

12 May 17:12
6d0e932

Choose a tag to compare

What's changed

  • fix(typing): remove init from typing to fix pyright issues

Full Changelog: v2.1.1...v2.1.2

Release 2.1.1

21 Apr 18:19
272e725

Choose a tag to compare

What's Changed

  • README: Fix typo by @cybniv in #9
  • chore: modernize dev linting/style tools

New Contributors

  • @cybniv made their first contribution in #9

Full Changelog: v2.1...v2.1.1