So I can have 2 forms with 1 submit buttons, right?

For some reason I was under the impression that there has to be an 1:1
correspondence.


On Mar 26, 6:36 am, Russell Keith-Magee <freakboy3...@gmail.com>
wrote:
> On Fri, Mar 26, 2010 at 9:11 AM, Continuation <selforgani...@gmail.com> wrote:
> > I have 2 models: A, B
>
> > I need a form that inserts/updates both fields of A and fields of B.
>
> > Is there any way to create a ModelForm tied to A & B? Or do I need to
> > use the plain old Form?
>
> Why not just use two forms? There's no limitation on how many forms
> you can render on a page, so if you need to edit two objects, use two
> forms, and display them both.
>
> Yours,
> Russ Magee %-)

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

Reply via email to