Re: since I don't have a blob property...need help with files

2008-07-11 Thread Jon Brisbin
These changes sound like just what I need. Thanks for the explanations. I update my SVN checkout almost every day, so I'll be on the lookout for these changes... Thanks! Jon Brisibn http://jbrisbin.com On Jul 11, 2008, at 8:51 AM, Marty Alchin wrote: > > On Fri, Jul 11, 2008 at 9:08 AM, Jon

Re: since I don't have a blob property...need help with files

2008-07-11 Thread Jon Brisbin
Awesome! Thanks! Jon Brisibn http://jbrisbin.com On Jul 11, 2008, at 8:37 AM, Malcolm Tredinnick wrote: > > > On Fri, 2008-07-11 at 08:35 -0500, Jon Brisbin wrote: >> I've considered a custom field. I just don't think I know Django well >> enough yet to pull it off quickly. I'm still learning t

Re: since I don't have a blob property...need help with files

2008-07-11 Thread Marty Alchin
On Fri, Jul 11, 2008 at 9:08 AM, Jon Brisbin <[EMAIL PROTECTED]> wrote: > I was a little bummed to discover that the Postgres blob support we depend > on at work I can't use through Django in a project for myself. I'm trying to > keep multiple versions of an original document (including the embedd

Re: since I don't have a blob property...need help with files

2008-07-11 Thread Malcolm Tredinnick
On Fri, 2008-07-11 at 08:35 -0500, Jon Brisbin wrote: > I've considered a custom field. I just don't think I know Django well > enough yet to pull it off quickly. I'm still learning the basics and > this advanced usage of it is a little beyond my understanding at the > moment. I could probably f

Re: since I don't have a blob property...need help with files

2008-07-11 Thread Jon Brisbin
I've considered a custom field. I just don't think I know Django well enough yet to pull it off quickly. I'm still learning the basics and this advanced usage of it is a little beyond my understanding at the moment. I could probably figure it out, but I don't know how long that would take

Re: since I don't have a blob property...need help with files

2008-07-11 Thread Karen Tracey
On Fri, Jul 11, 2008 at 9:08 AM, Jon Brisbin <[EMAIL PROTECTED]> wrote: > I was a little bummed to discover that the Postgres blob support we depend > on at work I can't use through Django in a project for myself. > Have you considered writing a custom field? http://www.djangoproject.com/documen

since I don't have a blob property...need help with files

2008-07-11 Thread Jon Brisbin
I was a little bummed to discover that the Postgres blob support we depend on at work I can't use through Django in a project for myself. I'm trying to keep multiple versions of an original document (including the embedded content that's inside the file) and had planned on using blobs to st