mirror of https://github.com/django/django.git
Fixed #18122 - Clarified section title regarding applying permissions to generic views.
This commit is contained in:
parent
8d3e501502
commit
964979e8ec
|
@ -1447,10 +1447,10 @@ The permission_required decorator
|
||||||
|
|
||||||
.. currentmodule:: django.contrib.auth
|
.. 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
|
||||||
</ref/class-based-views/index>`, decorate the :meth:`View.dispatch
|
</ref/class-based-views/index>`, decorate the :meth:`View.dispatch
|
||||||
<django.views.generic.base.View.dispatch>` method on the class. See
|
<django.views.generic.base.View.dispatch>` method on the class. See
|
||||||
:ref:`decorating-class-based-views` for details.
|
:ref:`decorating-class-based-views` for details.
|
||||||
|
|
Loading…
Reference in New Issue