If instead of printing "not valid" you'll print the form itself with the errors (as described here for example: http://docs.djangoproject.com/en/dev/topics/forms/#customizing-the-form-template) you would see what the errors are. Alternatively, read about form validation (http://docs.djangoproject.com/en/dev/ref/forms/ validation/) and try to understand why it's failing..
On Mar 20, 8:05 pm, AJ <[email protected]> wrote: > No, the form submits, with other values too, to the view but it just > does not validate. > > AJ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

