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 figure it out, but I don't know how long that
> would take and I've actually started to make decent overall progress.
> I'd hate to slam the brakes on just now and work on plumbing.
> 
> 
> I might be able to use a custom file uploader that I would instantiate
> inside my view method and populate with the values I need from the
> other objects in the document's relationship hierarchy. I think that
> would take less time than implementing a custom model field.

Time permitting, I'll do the work for a proper binary field prior to
1.0. Otherwise it will wait until afterwards. It's a little fiddly
because of the need for backend-specific handling and having to
inter-operate correctly with our unicode support, but it's not
impossible. The relevant ticket is #2417.

Malcolm

> 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to