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 avoided supporting BLOB fields because it opens a can of mutated worms. That said, if somebody can come up with a logical, clean design for that feature, let's make it happen. Adrian -- Adrian Holovaty holovaty.com | djangoproject.com | chicagocrime.org