django1/django/db
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
..
backends Fixed #19954 -- Fixed MySQL _last_executed decoding 2013-03-28 20:08:37 +01:00
models Fixed spelling errors 2013-03-28 11:16:53 -06:00
__init__.py Added some assertions to enforce the atomicity of atomic. 2013-03-11 14:48:55 +01:00
transaction.py Made atomic usable when autocommit is off. 2013-03-13 15:17:40 +01:00
utils.py Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED. 2013-03-11 15:04:05 +01:00