From fb4f3e04b13681c5ec4cbf37d280ffebc887d620 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 2 Aug 2014 10:27:01 -0400 Subject: Updated MySQL links to version 5.6. --- docs/topics/db/transactions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics/db') diff --git a/docs/topics/db/transactions.txt b/docs/topics/db/transactions.txt index 6871e3e4a6..06b8285652 100644 --- a/docs/topics/db/transactions.txt +++ b/docs/topics/db/transactions.txt @@ -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 -------------------------------------------------- -- cgit v1.3