Skip to content

Releases: django-commons/django-enum

v1.3.0

13 Dec 22:28
4347d80
Compare
Choose a tag to compare

Support for Django 5.0.

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.3.0

v1.2.2

02 Oct 20:28
Compare
Choose a tag to compare

3.12 support, minor bug fixes.

v1.2.1

09 Apr 05:42
Compare
Choose a tag to compare

Minor doc release.

v1.2.0

03 Apr 02:39
Compare
Choose a tag to compare

Support for any Enum types not deriving from the Django types.

v1.1.2

16 Feb 07:17
Compare
Choose a tag to compare

Minor packaging update.

v1.1.1

15 Jan 11:58
Compare
Choose a tag to compare

Bug fix release - compat with Python 3.11

v1.1.0

13 Aug 10:08
Compare
Choose a tag to compare

Small feature and bug fix release. ModelForms now use django-enum's choice field by default. Default values are handled appropriately in migration files.

v1.0.1

12 Aug 00:52
Compare
Choose a tag to compare

Expand python window to include 3.6.

v1.0.0

11 Aug 19:14
Compare
Choose a tag to compare

Initial re-release of django-enum as a new modern Django utility for enumeration based model fields.