mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
[1.4.x] Fixed some broken links in 1.4 docs
This commit is contained in:
parent
cd5181f84c
commit
7c6630920e
4 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
===========================================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue