- Do not convert Option.text to string. It may cause
gettext_lazy
executed so that some times error occurs in Django.
- (lost information)
- Group supports +(plus) operator
- Fix issue of creating single option group as class attribute
- 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
- Tagged option group support construct as class attribute and support +, -
- fix "random ordered options in group" issue
- fix "tag name checking" issue
- Support Option tags
- Support access tagged options as group (tuple)
- fix "Option.get_text is missed" issue.
- Fix issue that
__IGNORE_INVALID_NAME__
does not work.
- Change
Option
to make its instance object same as itscode
.
- General Available