Skip to content

Releases: samuelchen/optenum

v1.1.9 released

18 Apr 02:48
Compare
Choose a tag to compare
  • add choices() classmethod to Options for django choice filed.

v1.1.8 released

08 Nov 17:19
Compare
Choose a tag to compare
  • 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

08 Nov 17:07
Compare
Choose a tag to compare

(should be at Jun 04 2019)

  • support + (plus) for Group

Full Changelog: v1.1.5...v1.1.6

v1.1.5 released

03 Jun 18:04
Compare
Choose a tag to compare
  • Fix issue of creating single option group as class attribute

v1.1.4 released

03 Jun 15:09
1a5f341
Compare
Choose a tag to compare

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

31 May 07:16
Compare
Choose a tag to compare
  • Support Option tags
  • Support access tagged options as group (tuple)
  • fix "Option.get_text is missed" issue.

v1.1.1 released

29 May 10:13
Compare
Choose a tag to compare

Fix issue that __IGNORE_INVALID_NAME__ does not work.

v1.1.0 released

29 May 10:13
a592fc9
Compare
Choose a tag to compare

Change Option to make its instance object same as its code.

v1.0.0

04 Apr 07:43
Compare
Choose a tag to compare

Optenum is GA