mirror of
https://github.com/django/django.git
synced 2025-04-01 12:06:43 +00:00
[1.8.x] Fixed #25309 -- Corrected that ATOMIC_REQUESTS applies per view not per request.
Backport of 2a1a085bf1355370205dd44fa60c6aab91ed0976 from master
This commit is contained in:
parent
c177d0690e
commit
206534893f
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user