diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-12-14 21:15:48 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-12-14 21:15:48 +0100 |
| commit | a001f3c31e751e6ab1622ae7f65f7f8aeca2ef9a (patch) | |
| tree | 90c9f55e17e6a56510aba0db570f2a6a55c70a59 /docs/ref | |
| parent | 7eba5fbc027face8dd33475148d442655a92cecd (diff) | |
Fixed #2304 -- Documented TRANSACTIONS_MANAGED.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 2177945d22..daa4ee9a46 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -2069,6 +2069,16 @@ to ensure your processes are running in the correct environment. .. _pytz: http://pytz.sourceforge.net/ +.. setting:: TRANSACTIONS_MANAGED + +TRANSACTIONS_MANAGED +-------------------- + +Default: ``False`` + +Set this to ``True`` if you want to :ref:`disable Django's transaction +management <deactivate-transaction-management>` and implement your own. + .. setting:: USE_ETAGS USE_ETAGS |
