Ok, So have have 3+ tables all linked by various FK's and need to update all of them on one form (or would like to).
In Windows programming this is easy (sort of), hold everthing in temp variables and update the DB with those temp variables once the user hit's OK. Im still getting the hang of this HTML stuff <G>, so bare with me. table1 field1 field2 table2 -> table1 by FK ID field1 field2 table3 -> 1:1 into table2 field1 field2 So how would I go about creating a newform 'form' for this type of model in HTML? I'll take anything, Im sort of looking for both the HTML side, and more importantly the view for django and how to handle that. Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

