diff options
| author | Tim Graham <timograham@gmail.com> | 2016-09-30 08:58:59 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-09-30 09:15:49 -0400 |
| commit | c37e170f7a2ccf2938aefd77350c30beffef43e5 (patch) | |
| tree | a8394afeb7cc9fea08cee9350ab194adf75f1a6a /docs/topics | |
| parent | ec38aa818cb145c84211fee3076ccb5eb2073848 (diff) | |
[1.10.x] Updated links to the current version of MySQL docs.
Backport of 98196766769c2ed8816772b60a2e8b79028963a2 from master
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 05a1771d74..70c445a732 100644 --- a/docs/topics/db/transactions.txt +++ b/docs/topics/db/transactions.txt @@ -587,7 +587,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: https://dev.mysql.com/doc/refman/5.6/en/sql-syntax-transactions.html +.. _information on MySQL transactions: https://dev.mysql.com/doc/refman/en/sql-syntax-transactions.html Handling exceptions within PostgreSQL transactions -------------------------------------------------- |
