> > Your analysis is correct. It's the self.extra_context.update(*) call > in the FormWizard that simply updates the class level copy of that > variable. > > If you instead override "parse_params" as suggested by the comments in > FormWizard, you won't have this problem.
To be clearer, in addition to this you will also have to wrap the FormWizard in a view that instantiates it on every request as I mentioned previously. --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---