Releases: samuelchen/optenum
Releases · samuelchen/optenum
v1.1.9 released
- add choices() classmethod to Options for django choice filed.
v1.1.8 released
- do not convert Option.text to string any more due to gettext_lazy in django reason.
Full Changelog: v1.1.6...v1.1.8
v1.1.6 released
v1.1.5 released
- Fix issue of creating single option group as class attribute
v1.1.4 released
v1.1.4
- Fix option not found issue when creating option group as class attribute (class attributes creation is not in order)
- Fix option attributes order in python 3.4 & 3.5
Including v1.1.3
- Tagged option group support construct as class attribute and support +, -
- fix "random ordered options in group" issue
- fix "tag name checking" issue
v1.1.2 released
- Support Option tags
- Support access tagged options as group (tuple)
- fix "Option.get_text is missed" issue.
v1.1.1 released
Fix issue that __IGNORE_INVALID_NAME__
does not work.
v1.1.0 released
Change Option
to make its instance object same as its code
.
v1.0.0
Optenum is GA