Tuesday, April 24, 2012

Multi object form

Hello

I 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  EditC
Person2  EditA  EditB  EditC
Person3  EditA  EditB  EditC
Person4  EditA  EditB  EditC

The 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.

No comments:

Post a Comment