Reformat using black
This commit is contained in:
parent
efee4ad081
commit
a87fb49918
221 changed files with 19127 additions and 7310 deletions
|
@ -12,6 +12,6 @@ if (2, 2) <= django.VERSION < (3,):
|
|||
# attribute where the exact query sent to the database is saved.
|
||||
# See MySQLdb/cursors.py in the source distribution.
|
||||
# MySQLdb returns string, PyMySQL bytes.
|
||||
return force_text(getattr(cursor, '_executed', None), errors='replace')
|
||||
return force_text(getattr(cursor, "_executed", None), errors="replace")
|
||||
|
||||
DatabaseOperations.last_executed_query = last_executed_query
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue