diff options
| author | Tim Graham <timograham@gmail.com> | 2015-08-25 09:53:22 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-08-25 09:54:48 -0400 |
| commit | 206534893fd4d86efe6bbe76ad261dc143c13328 (patch) | |
| tree | 4618041f42a8aaf180b55b72005e708ca81151aa | |
| parent | c177d0690e08628ccb83b021d413ff461f7d6002 (diff) | |
[1.8.x] Fixed #25309 -- Corrected that ATOMIC_REQUESTS applies per view not per request.
Backport of 2a1a085bf1355370205dd44fa60c6aab91ed0976 from master
| -rw-r--r-- | docs/ref/settings.txt | 4 |
1 files 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 |
