From 2a1a085bf1355370205dd44fa60c6aab91ed0976 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 25 Aug 2015 09:53:22 -0400 Subject: [PATCH] Fixed #25309 -- Corrected that ATOMIC_REQUESTS applies per view not per request. --- docs/ref/settings.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 7c569fe104..331e117060 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -478,8 +478,8 @@ ATOMIC_REQUESTS Default: ``False`` -Set this to ``True`` to wrap each HTTP request in a transaction on this -database. See :ref:`tying-transactions-to-http-requests`. +Set this to ``True`` to wrap each view in a transaction on this database. See +:ref:`tying-transactions-to-http-requests`. .. setting:: DATABASE-AUTOCOMMIT