On 8/15/06, mediumgrade <[EMAIL PROTECTED]> wrote: > It's for a simple RSVP app I'm writing. My problem is that I want to > present someone with a for which only updates the RSVP status. I was > trying to use an update manipulator, but it appears as though the > manipulator is requiring that I update ALL fields not just the ones I > am POST'ing back to my view. What gives? How do I tell the manipulator > to only update certain fields? Should I just re-write this to not use > manipulators?
You can set up your template to only display the fields you want to display, but you will have to have your view "fill in" all of the other fields before trying to call 'get_validation_errors' or any other manipulator methods. -- "May the forces of evil become confused on the way to your house." -- George Carlin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---