Hello, Is there any way to use the django.views.generic.create_update.update_object to update all the rows in a table?
Example: my model contains a table with 2 columns, role and name. For a given row, role is constant and does not change but name can. I want to write one simple page where I can present all the data in the table, have the user update names as desired and then have the changes applied in one go. Any other option besides the generic view? Thanks Sawan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---