Re: Make ManyToMany field editable in a ModelForm

2012-06-03 Thread Timothy Makobu
Thanks. Will try those out. On Fri, Jun 1, 2012 at 5:19 PM, Kurtis Mullins wrote: > The Form just validates that the object you choose is a valid choice for > that M2M field. If you wanted to created a new one on the fly, you'd > probably want to use another Form and maybe go the Javascript way.

Re: Make ManyToMany field editable in a ModelForm

2012-06-01 Thread Kurtis Mullins
The Form just validates that the object you choose is a valid choice for that M2M field. If you wanted to created a new one on the fly, you'd probably want to use another Form and maybe go the Javascript way. You could *possibly* get by, in the same form, with doing something like this: class MyF

Make ManyToMany field editable in a ModelForm

2012-05-31 Thread Timothy Makobu
Yes, how does one do that? Right now it's just rendering static choices that already exist. Or do I have to circumvent ModelForm for this field and present the field manually? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group