Create a modelform, then use a formset to manage all of the modelforms.
--
Marcin Tustin
Tel: 07773 787 105
-- On Tue, Apr 24, 2012 at 14:47, David <davidwills@adviserbreakthrough.co.uk> wrote:
HelloI need to produce a form that will contain a series of rows. Each row will be a specific object. Columns for each row will have data that will need editting.ie:Person1 EditA EditB EditCPerson2 EditA EditB EditCPerson3 EditA EditB EditCPerson4 EditA EditB EditCThe form should be submitted by one submit button that then updates each object.Is it possible to produce this sort of form through any builtin Django functionality? From my (limited) understanding through reading all the docs I can find, this isn't something that can be achieved by a modelform or formsets.Thank you for any assistance--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/igkjCkj6T4AJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
Marcin Tustin
Tel: 07773 787 105
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment