On Tue, 2007-05-01 at 21:21 -0700, maeck wrote: > oops, did not use form_for_instance(d). > However, is_valid is not telling me that the form is correct. > What am I doing wrong?
Well, if f.bound is True and f.is_valid() is false, f.errors will contain the validation errors. That would be a good spot to start looking. 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---