Skip to content

Releases: bellini666/django-choices-field

Release 2.3.0

08 Mar 19:12
193ace7
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

Release 2.1

30 Aug 19:03
e38075e
Compare
Choose a tag to compare

What's Changed

  • fix: IntegerDjangoChoices field not working (#5)

New Contributors

Full Changelog: v2.0...v2.1

Release 2.0

12 Dec 16:03
Compare
Choose a tag to compare

Full Changelog: v1.1...v2.0

Release 1.1

17 Jul 15:08
Compare
Choose a tag to compare

Add IntegerChoices support

Release 1.0

17 Jul 14:24
Compare
Choose a tag to compare

Initial publib release