On Mar 26, 2: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?

A possible solution would be to wrap both ModelForms in a "form-like"
object. FWIW, last time I had a similar problem, I just used a plain
old form, but I had so much specific stuff going on that a ModelForm
wouldn't have helped that much anyway.

-- 
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