bughelp wanted
Repository metrics
- Stars
- (3,958 stars)
- PR merge metrics
- (Avg merge 14d) (2 merged PRs in 30d)
Description
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.