1
0
mirror of https://github.com/django/django.git synced 2025-03-09 08:52:32 +00:00

Merge pull request #1224 from yishaibeeri/master

Fixed #20506 - Typo in transactions docs.
This commit is contained in:
Aymeric Augustin 2013-05-27 02:06:49 -07:00
commit ae71e3134e

View File

@ -564,7 +564,7 @@ API changes
Transaction middleware
~~~~~~~~~~~~~~~~~~~~~~
In Django 1.6, ``TransactionMiddleware`` is deprecated and replaced
In Django 1.6, ``TransactionMiddleware`` is deprecated and replaced by
:setting:`ATOMIC_REQUESTS <DATABASE-ATOMIC_REQUESTS>`. While the general
behavior is the same, there are two differences.