jazzband/django-silk

raise codec error in execute_sql

オープン

#157 opened on 2017/01/06

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Python (319 件のフォーク)batch import
bughelp wanted

Repository metrics

Stars
 (3,958 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド