On Tue, 2009-04-28 at 04:22 -0700, Chris wrote:
> What's the easiest way to get a quick synopsis of why form.is_valid()
> returns false? I'm trying to unittest a form, and whenever is_valid()
> fails, it takes me forever to find out why.

The "form" object will have an attribute called "errors" that contains
the errors. That is what the object itself uses when displaying form
errors, for example.

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to