Error storing a pickled object to database

Is this a Media column?
If this is the case, then you need to create a BlobMedia, not a json or a pickled string.
If you want to store a json structure you can create a Simple Object column, so you don’t even need to convert it to json.

1 Like