You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: