django のadmin サイトでデータを保存するとたまに上記エラーが発生します。 既存のデータを何も変更せず保存しても確率的には3回に1回くらいです。 特定のmodelsでのみ発生します decimal 以外のエラーは発生しません・ このmodels.py でsaveは上書きしてません。 ローカルでのrunserver では発生しませんし、defaultの値が間違いなら常にエラーになると思うのですが。
見当がつきませんのでお知恵を拝借できればと思います。よろしくお願いいたします。 動作環境 python 2.6 django 1.3 CACHE_BACKEND = 'memcached 'ENGINE': 'sqlite3' 'mod_wsgi.application_group': 'www.@@@ <http://www.data-d.net/>|/******', 'mod_wsgi.callable_object': 'application', 'mod_wsgi.handler_script': '', 'mod_wsgi.input_chunked': '0', 'mod_wsgi.listener_host': '', 'mod_wsgi.listener_port': '80', 'mod_wsgi.process_group': '', 'mod_wsgi.request_handler': 'wsgi-script', 'mod_wsgi.script_reloading': '1', 'mod_wsgi.version': (3, 3), 'wsgi.errors': <mod_wsgi.Log object at 0x2b04199caa70>, 'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x2b0419c42b70>, 'wsgi.input': <mod_wsgi.Input object at 0x2b0419b16670>, 'wsgi.multiprocess': True, 'wsgi.multithread': False, 'wsgi.run_once': False, 'wsgi.url_scheme': 'http', 'wsgi.version': (1, 1)}> -- ----------------- http://djangoproject.jp/ ----------------- You received this message because you are subscribed to the Google Groups "django-ja" 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-ja
