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:14:17 -0400 |
| commit | 98196766769c2ed8816772b60a2e8b79028963a2 (patch) | |
| tree | 204da966984c1825a8972cbae051d0d317a50233 /docs/topics | |
| parent | bceade84a7337b1f27c3bf7ec158051128f3324b (diff) | |
Updated links to the current version of MySQL docs.
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 18b5f9f76d..0f028dd343 100644 --- a/docs/topics/db/transactions.txt +++ b/docs/topics/db/transactions.txt @@ -585,7 +585,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 -------------------------------------------------- |
