Re: Django Newbie Question (Exception Type: TypeError, Value: argument of type 'NoneType' is not iterable)

2011-05-24 Thread Alexandra
Ok I actually just figured it out. My issue was that I was calling the function instead of the actual instance of the form. I got confused because the variables were named almost identically. On May 24, 8:27 pm, Alexandra wrote: > Hi All, > > I am somewhat new to Django, although I have been prog

Django Newbie Question (Exception Type: TypeError, Value: argument of type 'NoneType' is not iterable)

2011-05-24 Thread Alexandra
Hi All, I am somewhat new to Django, although I have been programming in Python for a while. I installed Pinax and have been working on a site from one of the starter templates, and have an error I can't seem to wrap my head around. Exception Type: TypeError at /models/add Exception Value: argume