Kaydet (Commit) 2a1a085b authored tarafından Tim Graham's avatar Tim Graham

Fixed #25309 -- Corrected that ATOMIC_REQUESTS applies per view not per request.

üst 9324935c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment