I'm trying to store pickled objects in a django models.TextField.
But when I try to unpickle my data (with loads) I get "insecure string pickle".
What can I do about this?
I'm trying to store pickled objects in a django models.TextField.
But when I try to unpickle my data (with loads) I get "insecure string pickle".
What can I do about this?