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

This commit is contained in:
Tim Graham 2015-08-25 09:53:22 -04:00
parent 9324935c3e
commit 2a1a085bf1
1 changed files with 2 additions and 2 deletions

View File

@ -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