summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2012-07-14 12:31:34 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2012-07-14 12:32:39 +0200
commitc13a98968e25c84b418c779004b3c8b0cdc81355 (patch)
tree438d1c61a39b25d70d9baa1e23c9d8c8dd9f423a
parentb6215f68100884600fb23bc2a16b9a8c27dd1d6b (diff)
Fixed a misplaced Sphinx reference.
-rw-r--r--docs/topics/db/transactions.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/db/transactions.txt b/docs/topics/db/transactions.txt
index 1f15949000..9928354664 100644
--- a/docs/topics/db/transactions.txt
+++ b/docs/topics/db/transactions.txt
@@ -54,8 +54,6 @@ The various cache middlewares are an exception:
Even when using database caching, Django's cache backend uses its own
database cursor (which is mapped to its own database connection internally).
-.. _transaction-management-functions:
-
.. note::
The ``TransactionMiddleware`` only affects the database aliased
@@ -63,6 +61,8 @@ database cursor (which is mapped to its own database connection internally).
multiple databases and want transaction control over databases other than
"default", you will need to write your own transaction middleware.
+.. _transaction-management-functions:
+
Controlling transaction management in views
===========================================