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 ?

