Environment:

Request Method: POSTRequest URL: http://127.0.0.1:8080/register/Django
Version: 1.0-final-SVN-unknownPython Version: 2.5.2Installed
Applications:['django.contrib.auth', 'django.contrib.contenttypes',
'django.contrib.sessions', 'django.contrib.sites',
'django_bookmarks.bookmarks']Installed
Middleware:('django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware')Traceback:File
"C:\Python25\Lib\site-packages\django\core\handlers\base.py" in
get_response  86.                 response = callback(request,
*callback_args, **callback_kwargs)File
"D:\django\django_bookmarks\..\django_bookmarks\bookmarks\views.py" in
register_page  46.     if form.is_valid():File
"C:\Python25\Lib\site-packages\django\forms\forms.py" in is_valid
120.         return self.is_bound and not bool(self.errors)File
"C:\Python25\Lib\site-packages\django\forms\forms.py" in _get_errors
111.             self.full_clean()File
"C:\Python25\Lib\site-packages\django\forms\forms.py" in full_clean
227.                     value = getattr(self, 'clean_%s' %
name)()File "D:\django\django_bookmarks\bookmarks\forms.py" in
clean_username  26.
username=self.clean_data['username']Exception Type: AttributeError at
/register/Exception Value: 'RegistrationForm' object has no attribute
'clean_data'

-- 
"OpenBookProject"-开放图书计划邮件列表
详情: http://groups.google.com/group/OpenBookProject
维基: http://wiki.woodpecker.org.cn/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to