I use form.clean() method to validate two fields of my form and I want
those fields to be empty when the form is shown again.
The problem is I don't know how to set fields from clean() method.
Setting cleaned_data['field1'] = '' and returning cleaned_data from
clean() method doesn't seem to work.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---