Hi, I have been debugin. I understand that assigning initial values directly to each form in the formset is not the way. One question other though. How would you go if you had to change the queryset of a ModelChoiceField inside the view code?
Now, I'm doing form.fields['gondola'].queryset = gondola_qs for each form inside the formset On Oct 14, 6:09 am, gearheart <[EMAIL PROTECTED]> wrote: > hi > form is being cleaned only if it's values are different from initial > values, so debug. > btw, > you can't do form.field['..'].initial = '..' > initial must be dictionary, not list --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---