Wednesday, May 30, 2012

Re: Tough finding a form with dynamic fields out there

So, compare this:

    def __init__(self, mailboxes, *args, **kwargs):

 with how you're calling it:
 
form = MboxReg(request.POST, int(mailboxes))


and you should see why you're getting this: 
 
Error:
Exception Value:
int() argument must be a string or a number, not 'QueryDict'
On the
  •         for i in range(int(mailboxes)):
  • -- Mike


    -- 
    DR.  

    --
    You received this message because you are subscribed to the Google Groups "Django users" group.
    To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/z68uQEeQ4fsJ.
    To post to this group, send email to django-users@googlegroups.com.
    To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
    For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

    No comments:

    Post a Comment