#18462: UnicodeDecodeError in sql debug logger
------------------------------+--------------------
Reporter: renato@… | Owner: nobody
Type: Bug | Status: new
Component: Core (Other) | Version: master
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 0 | UI/UX: 0
------------------------------+--------------------
I get a UnicodeDecodeError in line 51 of db/backends/util.py whenever I
try to save content with diacriticals in the admin interface. I don't know
the correct way to fix this, but if I simply comment out the corresponding
line it works:
# logger.debug('(%.3f) %s; args=%s' % (duration, sql, params),
extra={'duration': duration, 'sql': sql, 'params': params})
--
Ticket URL: <https://code.djangoproject.com/ticket/18462>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.