Posted by: tigerz on Aug. 3, 2009
django
Exception Value: Incorrect string value: 'xC5x91 sem...' for column 'change_message' at row 1
在 Django admin 中修改表时,遇到这个错误,经 GOOGLE 分析发现是 django_admin_log.change_message 编码没有设置为 UTF8,不支持中文。