Environment: Request Method: POST Request URL:
http://127.0.0.1:8080/save/Django Version: 1.0-final-SVN-unknown
Python Version: 2.5.2 Installed
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
bookmark_save_page 79. link=link File
"C:\Python25\Lib\site-packages\django\db\models\manager.py" in get_or_create
96. return self.get_query_set().get_or_create(**kwargs) File
"C:\Python25\Lib\site-packages\django\db\models\query.py" in get_or_create
326. return self.get(**kwargs), False File
"C:\Python25\Lib\site-packages\django\db\models\query.py" in get 298. num =
len(clone) File "C:\Python25\Lib\site-packages\django\db\models\query.py" in
__len__ 154. self._result_cache = list(self.iterator()) File
"C:\Python25\Lib\site-packages\django\db\models\query.py" in iterator 269.
for row in self.query.results_iter(): File
"C:\Python25\Lib\site-packages\django\db\models\sql\query.py" in
results_iter 206. for rows in self.execute_sql(MULTI): File
"C:\Python25\Lib\site-packages\django\db\models\sql\query.py" in execute_sql
1700. cursor.execute(sql, params) File
"C:\Python25\Lib\site-packages\django\db\backends\util.py" in execute 19.
return self.cursor.execute(sql, params) File
"C:\Python25\Lib\site-packages\django\db\backends\sqlite3\base.py" in
execute 167. return Database.Cursor.execute(self, query, params) Exception
Type: InterfaceError at /save/ Exception Value: Error binding parameter 1 -
probably unsupported type.
I use django 1.0 and I learn the 0.96.But I don't know what is been updated
and which one is the unsupported type on the problem above.
So I wan't get answer here,Please help me!!! Thanks!
-- 
"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 django-users@googlegroups.com
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