1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Proof-read and adjusted the transactions docs.

This commit is contained in:
Aymeric Augustin
2013-03-13 14:47:48 +01:00
parent 93af822c00
commit 5d8342f321
3 changed files with 42 additions and 45 deletions

View File

@@ -36,7 +36,8 @@ Improved transaction management
Django's transaction management was overhauled. Database-level autocommit is
now turned on by default. This makes transaction handling more explicit and
should improve performance. The existing APIs were deprecated, and new APIs
were introduced, as described in :doc:`/topics/db/transactions`.
were introduced, as described in the :doc:`transaction management docs
</topics/db/transactions>`.
Please review carefully the list of :ref:`known backwards-incompatibilities
<transactions-upgrading-from-1.5>` to determine if you need to make changes in