views:

81

answers:

0

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?