jazzband/django-silk

raise codec error in execute_sql

Open

Aperta il 6 gen 2017

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Python (3958 star) (319 fork)batch import
bughelp wanted

Descrizione

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.

Guida contributor