[1.4.x] Fixed some broken links in 1.4 docs
This commit is contained in:
parent
cd5181f84c
commit
7c6630920e
|
@ -191,6 +191,8 @@ You can get a local copy of the HTML documentation following a few easy steps:
|
|||
__ http://sphinx.pocoo.org/
|
||||
__ http://www.gnu.org/software/make/
|
||||
|
||||
.. _differences-between-doc-versions:
|
||||
|
||||
Differences between versions
|
||||
============================
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
.. _form-and-field-validation:
|
||||
|
||||
Form and field validation
|
||||
=========================
|
||||
|
||||
|
|
|
@ -1473,7 +1473,7 @@ Applying permissions to generic views
|
|||
-------------------------------------
|
||||
|
||||
To apply a permission to a :doc:`class-based generic view
|
||||
</ref/class-based-views/index>`, decorate the :meth:`View.dispatch
|
||||
</ref/class-based-views>`, decorate the :meth:`View.dispatch
|
||||
<django.views.generic.base.View.dispatch>` method on the class. See
|
||||
:ref:`decorating-class-based-views` for details.
|
||||
|
||||
|
|
|
@ -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…
Reference in New Issue