Re: 'RegistrationForm' object has no attribute 'clean_data'

2008-10-29 Thread Tsinga
I searched and replaced clean_data with cleaned_data! It's working now! Great.. Thanks!!! --~--~-~--~~~---~--~~ 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@googl

Re: 'RegistrationForm' object has no attribute 'clean_data'

2008-10-29 Thread Karen Tracey
On Wed, Oct 29, 2008 at 11:05 PM, Tsinga <[EMAIL PROTECTED]> wrote: > > I am working with a new book (Learning Website Development with > Django) from Ayman Hourieh. > I am going through the application presented in that book. > The change you are having trouble with (clean_data renamed to cleane

Re: 'RegistrationForm' object has no attribute 'clean_data'

2008-10-29 Thread Steve Holden
Tsinga wrote: > I am working with a new book (Learning Website Development with > Django) from Ayman Hourieh. > I am going through the application presented in that book. > If you want people who *don't* have the book to help you, you should provide a little more information. I realise that may

Re: 'RegistrationForm' object has no attribute 'clean_data'

2008-10-29 Thread Tsinga
I am working with a new book (Learning Website Development with Django) from Ayman Hourieh. I am going through the application presented in that book. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" g

Re: 'RegistrationForm' object has no attribute 'clean_data'

2008-10-29 Thread Karen Tracey
On Wed, Oct 29, 2008 at 10:38 PM, Tsinga <[EMAIL PROTECTED]> wrote: > > Hey guys, > > I am a newbie to Django, and I am having trouble. Need help! This is > the Traceback: > > Environment: > > Request Method: POST > Request URL: http://127.0.0.1:8000/register/ > Django Version: 1.0-final-SVN-unkno