Updated MySQL links to version 5.6.

This commit is contained in:
Tim Graham 2014-08-02 10:27:01 -04:00
parent de0a22be35
commit fb4f3e04b1
7 changed files with 22 additions and 24 deletions

View file

@ -447,7 +447,7 @@ function in autocommit mode: statements will be executed and committed as soon
as they're called. If your MySQL setup *does* support transactions, Django
will handle transactions as explained in this document.
.. _information on MySQL transactions: http://dev.mysql.com/doc/refman/5.0/en/sql-syntax-transactions.html
.. _information on MySQL transactions: http://dev.mysql.com/doc/refman/5.6/en/sql-syntax-transactions.html
Handling exceptions within PostgreSQL transactions
--------------------------------------------------