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:53:22 -0400 |
| commit | 2a1a085bf1355370205dd44fa60c6aab91ed0976 (patch) | |
| tree | 49024acf15f4bcb2e8ac2fe8187ab498554c2be6 /docs/ref | |
| parent | 9324935c3e67c01f665df9dd3a7197a68f8365a8 (diff) | |
Fixed #25309 -- Corrected that ATOMIC_REQUESTS applies per view not per request.
Diffstat (limited to 'docs/ref')
| -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 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 |
