I am trying to create a form for a couple of models:
PubForm = forms.form_for_model(Publication)
CopyForm = forms.form_for_model(Copy)
class PubCopyForm(PubForm, CopyForm):
pass
I would expect to see a combination of the Copy and Publication fields
in the form but I only see Publication's fields.
Any suggestions on how to achieve this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---