Hi, I was trying to save my python objects into my database using Python's marshal or pickle. O'Reilly's Python Cookbook suggests saving these objects into 'bytea' BLOBs. I was wondering if Django's model provides support for bytea?
Thanks, Mike
Hi, I was trying to save my python objects into my database using Python's marshal or pickle. O'Reilly's Python Cookbook suggests saving these objects into 'bytea' BLOBs. I was wondering if Django's model provides support for bytea?
Thanks, Mike