Hi,

I made a FormWizard with Django 1.4 according to the 
FormWizard-documentation<https://docs.djangoproject.com/en/1.4/ref/contrib/formtools/form-wizard/>with
 
*different templates for each form* and *Conditionally view*. 
It works, but I found a problem with the *Conditionally view*. The 
condition callable triggers, (like *show_message_form_condition()* from the 
documentation) *get_cleaned_data_for_step* and this triggers seven times  *
get_form_kwargs()*
If there is a query in the form, the same querie hits seven times the 
datebase because of *get_form_kwargs()

*Is this a bug in Django with get_cleaned_data_for_step?

I need your help. :(

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to