Kotti / deform_bootstrap

Bootstrap compatible templates for the deform form library. (Merged into deform 2.)
http://pypi.python.org/pypi/deform_bootstrap
34 stars 30 forks source link

Chosen #40

Closed ghost closed 11 years ago

ghost commented 11 years ago

Fix normalization of chosen widget values.

In the latest deform, the SelectWidget values are processed by a normalize function to support integers as values. These patches add the normalization feature to the chosen widgets and prevents ChosenOptGroupWidget from breaking because the normalize function doesn't handle its structure.

dnouri commented 11 years ago

Thanks!