Removed self from method signatures in docs.

This commit is contained in:
Alasdair Nicol 2017-03-17 00:33:59 +00:00 committed by Tim Graham
parent 875aebdb2c
commit 757aefc12b
5 changed files with 6 additions and 6 deletions

View file

@ -545,7 +545,7 @@ The following backends are available in :mod:`django.contrib.auth.backends`:
permission string ``perm``. Returns ``False`` if the user is not
:attr:`~django.contrib.auth.models.CustomUser.is_active`.
.. method:: has_module_perms(self, user_obj, app_label)
.. method:: has_module_perms(user_obj, app_label)
Returns whether the ``user_obj`` has any permissions on the app
``app_label``.