Make the field of type "list:string". You want to read this: http://groups.google.com/group/web2py/msg/6cffb0c4646e9fe0
On Sep 21, 2:23 am, antispameu <[email protected]> wrote: > Hi, > > i used to store a python list in the database and in the older > release, the list was on the python format (['1','2','3',]) and now > with the new releases, lists are stored in a new way (|1|2|3|). So > when i browse my query results, i've got a problem, because i don't > have the list in result, but |1|2|3| ... Is there a way to store my > list without to change all my code, please ?

