Prior to django's 1.0 release, I had unfortunately avoided django's forms. Now, I've mostly converted my project to make use of them.
I want to use django to display the form field in my templates; however, I want the 'name' attribute of the field to be as below, but the value does not change: In [149]: f['title'].name = 'model.0.title' In [150]: f['title'].name Out[150]: 'title' How can I change this value? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

