Re: newforms, manytomany, default value.

2007-06-18 Thread Yishai
Not much more than a noob myself - I hope the following will be useful: 1. form_from_model (and form_from_instance) are merely shortcuts - allowing you to build a form that has all the fields from the target model. In most real-life cases, you only need some of the fields, and as mentioned you ar

Re: newforms, manytomany, default value.

2007-06-16 Thread Brian Rosner
On 2007-06-05 07:52:51 -0600, larry <[EMAIL PROTECTED]> said: > >> I'm not sure what "a patch in the development tree" means here. Current >> subversion trunk doesn't seem to have anything like that. > > Sorry for not being clear -- I'm (obviously) not familiar with the > mechanism of open sour

Re: newforms, manytomany, default value.

2007-06-16 Thread David Priest
Lordy, I would dearly *LOVE* for someone to answer your question! On 07-Jun-5, at 6:52 AM, larry wrote: > >> I'm not sure what "a patch in the development tree" means here. >> Current >> subversion trunk doesn't seem to have anything like that. > > Sorry for not being clear -- I'm (obviously)

Re: newforms, manytomany, default value.

2007-06-05 Thread larry
> I'm not sure what "a patch in the development tree" means here. Current > subversion trunk doesn't seem to have anything like that. Sorry for not being clear -- I'm (obviously) not familiar with the mechanism of open source / django development. What I was referring to is the ticket you mentio

Re: newforms, manytomany, default value.

2007-06-04 Thread Malcolm Tredinnick
On Mon, 2007-06-04 at 21:22 -0700, larry wrote: > Complete django novice here. > > I've been able to produce a nice form interface using newforms and > various examples. I've run into what I believe may be a common > problem with saving many-to-many relationships (of which I have quite > a few o

newforms, manytomany, default value.

2007-06-04 Thread larry
Complete django novice here. I've been able to produce a nice form interface using newforms and various examples. I've run into what I believe may be a common problem with saving many-to-many relationships (of which I have quite a few on the one form) when the user is submitting a new record. I