Skip to content

0.8.0

Compare
Choose a tag to compare
@akx akx released this 23 Jun 07:15
· 91 commits to master since this release

πŸ‘‰ https://pypi.python.org/pypi/django-enumfields/0.8.0

A summary of the bugfixes/functional additions since 0.7.4:

  • 7ec7d61 Fix EnumFieldMixin.get_choices for enum34 1.1
  • ed7d1d9 support enum values in EnumFieldMixin.get_prep_value
  • 336f30e Officially support Python 3.5 (and drop support for Python 3.2)
  • 8260050 Support Django 1.8 and 1.9 (Remove SubfieldBase metaclass from EnumFieldMixin)
  • 6e0344a Add IntEnum (like the standard library's IntEnum)
  • d62e5de Don't mangle values when they're already enums.
  • 9a34f15 Add enumfields.admin.EnumFieldListFilter
  • 3cef7ad Don't use nested enum classes in README