diff options
| author | Tim Graham <timograham@gmail.com> | 2014-08-02 10:27:01 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-08-02 10:27:01 -0400 |
| commit | fb4f3e04b13681c5ec4cbf37d280ffebc887d620 (patch) | |
| tree | 9454b59481d72c063c65c67181b393740eed8bb6 /docs/topics | |
| parent | de0a22be35bbe6f23d826bcc9aa27756ffe59e8c (diff) | |
Updated MySQL links to version 5.6.
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/db/transactions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 -------------------------------------------------- |
