In the view for the most part I'm just returning the same screen back if there are errors, and if there are no errors then it should go to a completely different screen and just output some messages. Right now view code is little better than a skeleton, because I just started it and I'm just checking to make sure it goes where its suppsoed to go when its supposed to go there, before I write the majority of the code I'll need there. At this point I'm not really even getting anything back out of the POST data. As to the form I've added a couple of validators to my forms.py which I'm now referencing for a couple of fields on the form. I haven't done anything yet with any of the clean methods, because I wanted to make sure I found and fixed this problem with losing all of the good data on the screen before I do that.
On Mar 18, 1:31 pm, Shawn Milochik <sh...@milochik.com> wrote: > What are you doing to the post data in the view? > > What are you doing in the form? > > If you overrode any clean() methods, did you take care to return the > required value/object? -- 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.