summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-04-02 20:35:15 -0400
committerTim Graham <timograham@gmail.com>2015-04-14 13:53:18 -0400
commit62012b071e34778c55aaf20b34c0733a78a7b8cd (patch)
tree8fbd66234c54656fae74819f1146c2ff20426a94 /docs/internals
parentc8b89964de91deb3240aa1aa0a597ea04b29e6fc (diff)
[1.8.x] Removed docs for removed transaction APIs.
Backport of 6b8c969878fb937c94eaf2cdc3de94554f171bdd from master
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index e461032bac..8329309727 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -325,9 +325,6 @@ details on these changes.
also defined in ``django.db.transaction``,
- the ``TRANSACTIONS_MANAGED`` setting.
- Upgrade paths are described in the :ref:`transaction management docs
- <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.