On Dec 7, 2009, at 7:16 PM, Continuation wrote:
> 
> I thought if form.is_valid() returns False, Django would send a list
> of the errors to browser. But that's not what happened here.

Do you have anything like these in your template?

{{ my_form.errors }}

{{ my_form.field_name.errors }}

Shawn

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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