I'm trying to save an image in django by converting it to base64 and saving it to 'bytea' field in postgresql. I've managed to do it, but the string is encoded in UTF8. Is there a way I could encode to ascii just for this field?I'm trying to save an image in django by conver