Commit 20653489 authored by Tim Graham's avatar Tim Graham
Browse files

[1.8.x] Fixed #25309 -- Corrected that ATOMIC_REQUESTS applies per view not per request.

Backport of 2a1a085b from master
parent c177d069
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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