Loading docs/intro/whatsnext.txt +2 −0 Original line number Diff line number Diff line Loading @@ -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 ============================ Loading docs/ref/forms/validation.txt +2 −0 Original line number Diff line number Diff line .. _form-and-field-validation: Form and field validation ========================= Loading docs/topics/auth.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading docs/topics/db/transactions.txt +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading
docs/intro/whatsnext.txt +2 −0 Original line number Diff line number Diff line Loading @@ -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 ============================ Loading
docs/ref/forms/validation.txt +2 −0 Original line number Diff line number Diff line .. _form-and-field-validation: Form and field validation ========================= Loading
docs/topics/auth.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading
docs/topics/db/transactions.txt +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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