mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Updated MySQL links to version 5.6.
This commit is contained in:
parent
de0a22be35
commit
fb4f3e04b1
7 changed files with 22 additions and 24 deletions
|
@ -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
|
||||
--------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue