Re: Postgre's with Django Model

2006-01-12 Thread Mike
I see. I'll try to work around it somehow. Thanks, Mike

Re: Postgre's with Django Model

2006-01-11 Thread Adrian Holovaty
On 1/11/06, Mike <[EMAIL PROTECTED]> wrote: > 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? No, we've avoide

Re: Postgre's with Django Model

2006-01-11 Thread Mike
Sorry, the subject was supposed to by "Postgre's Bytea Datatype with Django Model" Mike

Postgre's with Django Model

2006-01-11 Thread 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