From f077f891986b3220f2b1223f491b0077595c0313 Mon Sep 17 00:00:00 2001 From: yishaibeeri Date: Mon, 27 May 2013 11:14:38 +0300 Subject: [PATCH] Patch for ticket #20506 - documentation type --- docs/topics/db/transactions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/db/transactions.txt b/docs/topics/db/transactions.txt index 3193fe2c9a..e9a626f56b 100644 --- a/docs/topics/db/transactions.txt +++ b/docs/topics/db/transactions.txt @@ -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 `. While the general behavior is the same, there are two differences.