Draft: erp5_big_file: allow to continue store as string in python3
i realize because of 1b555dbf of big file
in python3, we have to pass data as bytes
instead of string
which makes old object has mixed data type: bytes
, string
when upgrade from python2
to python3
maybe we should to allow to store as string
as before
@jerome what do you think ?