jeffp / enumerated_attribute

Easy enum for your models, objects and views
MIT License
190 stars 63 forks source link

Cannot use accentued character. #28

Closed sylario closed 13 years ago

sylario commented 13 years ago

Accentued special char ( éèàÉÈã....) cannot be used as enum value. Problematic in almost all non english-germanic language.

turadg commented 13 years ago

Can't you just put those values on the labels? Enum values are for the db, not the user.

sylario commented 13 years ago

How do you display a label? stuff.enumtype.label does not work

turadg commented 13 years ago

That's documented in the README and also answered in #11.