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.
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.