On 24 июн, 17:53, Nash <[EMAIL PROTECTED]> wrote:
> class MyForm(FormPreview):
>         def done(request, cleaned_data):
>                 return HttpResponseRedirect('/')

You must define 'done' in such way:
def done(self, request, cleaned_data)


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to