Skip to content

Commit

Permalink
Fixed a misplaced Sphinx reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaugustin committed Jul 14, 2012
1 parent b6215f6 commit c13a989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/topics/db/transactions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ 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
as "default" within your :setting:`DATABASES` setting. If you are using
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
===========================================

Expand Down

0 comments on commit c13a989

Please sign in to comment.