summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-08-02 10:27:01 -0400
committerTim Graham <timograham@gmail.com>2014-08-02 10:27:26 -0400
commit2ff2809c73e2b88c7ca8c236c48211b0570406f2 (patch)
tree05c056e0c09f5093972e94585e47d60e2c156bc2 /docs/topics
parent893f188386cf156ce90cafbc136e335da16f8247 (diff)
[1.7.x] Updated MySQL links to version 5.6.
Backport of fb4f3e04b1 from master
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/db/transactions.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/transactions.txt b/docs/topics/db/transactions.txt
index 402c244c9c..4ccca8ef55 100644
--- a/docs/topics/db/transactions.txt
+++ b/docs/topics/db/transactions.txt
@@ -474,7 +474,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
--------------------------------------------------