jazzband/django-silk

raise codec error in execute_sql

Open

#157 创建于 2017年1月6日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Python (3,958 star) (319 fork)batch import
bughelp wanted

描述

The statement would raise codec error when "params" contained non ASCII strings at sql.py: sql_query = q % params It's better to use django's force_text processing to handle it.

贡献者指南