Hi, I have several models linked OneToOne by their primary keys.
I can make a single view that has a form for each model and allow the user to edit data from the each of the models in a single screen (as if it were all stored in a single table/model) I'd like to be able to do this in a grid, with a single row linking to data from several different models. >From what I can see, I could have several formsets but this would give me a separate grid for each model. I suppose I could position them next to each so it looks like a single grid, but that sounds troublesome! Can I have a single formset spanning multiple forms/models ?? thanks, Simon --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---