Re: Validations and error messages

2008-07-12 Thread Jason S. Friedman
> Hi, > > This is my second hour with django. I have been working Rails but now > I am learnign some django too. > > I wonder how do you validate numeric, alphabetic, mix, special > characters data before calling save() ? > > And do you get any return after calling save()? I didnt get any on >

Validations and error messages

2008-07-12 Thread Will Rocisky
Hi, This is my second hour with django. I have been working Rails but now I am learnign some django too. I wonder how do you validate numeric, alphabetic, mix, special characters data before calling save() ? And do you get any return after calling save()? I didnt get any on Shell. I actually wa