Commit 7c663092 authored by Tim Graham's avatar Tim Graham
Browse files

[1.4.x] Fixed some broken links in 1.4 docs

parent cd5181f8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
============================

+2 −0
Original line number Diff line number Diff line
.. _form-and-field-validation:

Form and field validation
=========================

+1 −1
Original line number Diff line number Diff line
@@ -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.

+2 −2
Original line number Diff line number Diff line
@@ -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
===========================================