Skip to content

Commit

Permalink
Merge pull request #202 from andrius-senulis/patch-1
Browse files Browse the repository at this point in the history
Update access.rst
  • Loading branch information
kennethlove committed May 31, 2016
2 parents a7d5e62 + 991133b commit 4f63c7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/access.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ In normal use of this mixin, :ref:`LoginRequiredMixin` comes first, then the ``P
permission_required = "auth.change_user"
template_name = "path/to/template.html"

The ``PermissionRequiredMixin`` also offers a ``check_permssions`` method that should be overridden if you need custom permissions checking.
The ``PermissionRequiredMixin`` also offers a ``check_permissions`` method that should be overridden if you need custom permissions checking.


.. _MultiplePermissionsRequiredMixin:
Expand Down Expand Up @@ -120,7 +120,7 @@ The ``MultiplePermissionsRequiredMixin`` is a more powerful version of the :ref:
"any": ("blog.delete_post", "user.change_user")
}

The ``MultiplePermissionsRequiredMixin`` also offers a ``check_permssions`` method that should be overridden if you need custom permissions checking.
The ``MultiplePermissionsRequiredMixin`` also offers a ``check_permissions`` method that should be overridden if you need custom permissions checking.


.. _GroupRequiredMixin:
Expand Down

0 comments on commit 4f63c7b

Please sign in to comment.