On May 22, 1:40 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> This function may create either a bound or unbound form, depending on
> whether data is given a value other than None.  An unbound form returns
> False for is_valid() yet has no errors.  (form.is_bound tells you whether a
> form is bound.)  So, what is the code that calls this function?  Is it
> actually passing in something other than None for the data parameter?

Ooh, you're good!  That was the problem.  I had passed request.POST
thru another method (as data) which forgot to pass it on.  So yeah,
data was None.  Fixed the pass-thru, and the form now validates.

Thanks a million, you saved me again!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to