Re: overiding the clean method on newforms

2007-07-30 Thread james_027
Hi, > > http://django-registration.googlecode.com/svn/trunk/registration/form... > Thanks Nathaniel, I am looking for over riding the clean() instead of clean_(). After hours of experiments. I would like to confirm if my learnings are correct. in over riding the clean() method, I have to f

Re: overiding the clean method on newforms

2007-07-30 Thread Nathaniel Whiteinge
I found the forms from James Bennett's Django Registation app helpful when I was first learning newforms. http://django-registration.googlecode.com/svn/trunk/registration/forms.py - whiteinge On Jul 30, 2:08 am, james_027 <[EMAIL PROTECTED]> wrote: > Hi, > > is there any sample on over riding t