diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-03-04 23:26:31 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-03-11 14:48:55 +0100 |
| commit | 7c46c8d5f27fe305507359588ca0635b6d87c59a (patch) | |
| tree | ca99a91cedfd6d8d03a3fbe334ee9589a51ef002 /docs/internals | |
| parent | d7bc4fbc94df6c231d71dffa45cf337ff13512ee (diff) | |
Added some assertions to enforce the atomicity of atomic.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 1c8618713a..6c13af7ae4 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -329,6 +329,10 @@ these changes. 1.8 --- +* The decorators and context managers ``django.db.transaction.autocommit``, + ``commit_on_success`` and ``commit_manually`` will be removed. See + :ref:`transactions-upgrading-from-1.5`. + * The :ttag:`cycle` and :ttag:`firstof` template tags will auto-escape their arguments. In 1.6 and 1.7, this behavior is provided by the version of these tags in the ``future`` template tag library. |
