jazzband/django-silk

raise codec error in execute_sql

开放

#157 创建于 2017年1月6日

 (1 条评论) (0 个反应) (0 位负责人)Python (319 个派生)batch import
bughelp wanted

仓库指标

星标
 (3,958 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南