From 206534893fd4d86efe6bbe76ad261dc143c13328 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 25 Aug 2015 09:53:22 -0400 Subject: [PATCH] [1.8.x] Fixed #25309 -- Corrected that ATOMIC_REQUESTS applies per view not per request. Backport of 2a1a085bf1355370205dd44fa60c6aab91ed0976 from master --- 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 1e4992bf54..a06b4966c8 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -483,8 +483,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