diff options
| author | Nick Pope <nick@nickpope.me.uk> | 2021-04-27 16:38:57 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-05-17 09:22:17 +0200 |
| commit | 7c4ee487c7392a3a394caf62efad355fad639655 (patch) | |
| tree | 74907e8a049187bcf6f1b2bd35f3f079133b6db4 /docs/topics | |
| parent | 1c3bbcf802e661fc599365a097532ed3b362d16b (diff) | |
Refs #32720 -- Fixed some broken links in 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 bdfb99cdfd..bffbf94ee6 100644 --- a/docs/topics/db/transactions.txt +++ b/docs/topics/db/transactions.txt @@ -632,7 +632,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/en/sql-syntax-transactions.html +.. _information on MySQL transactions: https://dev.mysql.com/doc/refman/en/sql-transactional-statements.html Handling exceptions within PostgreSQL transactions -------------------------------------------------- |
