Am Sonntag, 28. Oktober 2007 17:29 schrieb Rob Slotboom: > Can someone please explain to me how to create a form which provides > not only the fields for the object but also the fiels for a related > object (foreign key) and the best method to validate and save the > data?
Hi, with newforms, you can put several forms between <form>...</form>. You need to pass the prefix parameter to the constructor. Validation is documented. Please ask again (here) if this does not help. Thomas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---