My mistake. setattr(object, fieldName, value) works perfectly. I had a piece of verification code where I had repeated the non-functional object[fieldName] notation and it was giving an identical error. My apologies, and thanks again!
This is what comes from working with a Python based framework without really knowing Python. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

