From 964979e8ecec3ceccb2119ccb7270111b953611e Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 31 Jul 2012 16:13:52 -0400 Subject: [PATCH] Fixed #18122 - Clarified section title regarding applying permissions to generic views. --- docs/topics/auth.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt index 942d46073a..7e1353210a 100644 --- a/docs/topics/auth.txt +++ b/docs/topics/auth.txt @@ -1447,10 +1447,10 @@ The permission_required decorator .. currentmodule:: django.contrib.auth -Limiting access to generic views --------------------------------- +Applying permissions to generic views +------------------------------------- -To limit access to a :doc:`class-based generic view +To apply a permission to a :doc:`class-based generic view `, decorate the :meth:`View.dispatch ` method on the class. See :ref:`decorating-class-based-views` for details.