On Wed, Apr 2, 2008 at 9:44 AM, Gollum <[EMAIL PROTECTED]> wrote: > > Still, does anybody know how to actually change fields value after > failed validation. > I really only need to clear my password fields only when the passwords > do not validate, not on any invalid field. >
I'm confused, does the method supplied by SmilleyChris: > For the specific case of clearing password fields, there's an option > for that already: > password = CharField(widget=PasswordInput(render_value=False)) not work? It sound like exactly what you want to do? Karen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

