On 27 oct, 23:10, mdipierro <mdipie...@cs.depaul.edu> wrote: > > Field('name',requires=IS_IN_SET(('value1,'value2',value3')))
This is cool. Can I have valuex in the db while presenting something else to the user (I want to value in my db to be always in English but I need to translate these values for the user) without having to do a conversion function that will translate values send my the form to English?