django/tests/backends
Claude Paroz 86b1c31689 Fixed #19954 -- Fixed MySQL _last_executed decoding
Queries can contain binary data undecodable with utf-8. In this
case, using the 'replace' errors mode when decoding seems like
an acceptable representation of the query.
Thanks Marcel Ryser for the report.
2013-03-28 20:08:37 +01:00
..
__init__.py
models.py Fixed #19954 -- Fixed MySQL _last_executed decoding 2013-03-28 20:08:37 +01:00
tests.py Fixed #19954 -- Fixed MySQL _last_executed decoding 2013-03-28 20:08:37 +01:00