Re: I'm having an issue with clean() method in ModelForm

2010-02-10 Thread Roboto
Thanks Bruno, I'll look back into it again tonight. On Feb 10, 5:30 am, bruno desthuilliers wrote: > On Feb 10, 5:22 am, Roboto wrote: > > > class userForm(ModelForm): > > OT : Python's naming convention is "UserForm" > > >     first_name = CharField(label='First Name') > >     last_name = CharF

Re: I'm having an issue with clean() method in ModelForm

2010-02-10 Thread bruno desthuilliers
On Feb 10, 5:22 am, Roboto wrote: > class userForm(ModelForm): OT : Python's naming convention is "UserForm" >     first_name = CharField(label='First Name') >     last_name = CharField(label='Last Name') >     email = CharField(label='Your Email') >     password = CharField(label='New Password