Fixed a misplaced Sphinx reference.
This commit is contained in:
parent
b6215f6810
commit
c13a98968e
|
@ -54,8 +54,6 @@ The various cache middlewares are an exception:
|
||||||
Even when using database caching, Django's cache backend uses its own
|
Even when using database caching, Django's cache backend uses its own
|
||||||
database cursor (which is mapped to its own database connection internally).
|
database cursor (which is mapped to its own database connection internally).
|
||||||
|
|
||||||
.. _transaction-management-functions:
|
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
The ``TransactionMiddleware`` only affects the database aliased
|
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
|
multiple databases and want transaction control over databases other than
|
||||||
"default", you will need to write your own transaction middleware.
|
"default", you will need to write your own transaction middleware.
|
||||||
|
|
||||||
|
.. _transaction-management-functions:
|
||||||
|
|
||||||
Controlling transaction management in views
|
Controlling transaction management in views
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue