mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
[1.10.x] Fixed typo in docs/topics/auth/customizing.txt.
Backport of d7e6b8febd
from master
This commit is contained in:
parent
e0292229d5
commit
f2135fb732
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ for example, to control anonymous access.
|
|||
Authorization for inactive users
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
An inactive user is a one that has its
|
||||
An inactive user is one that has its
|
||||
:attr:`~django.contrib.auth.models.User.is_active` field set to ``False``. The
|
||||
:class:`~django.contrib.auth.backends.ModelBackend` and
|
||||
:class:`~django.contrib.auth.backends.RemoteUserBackend` authentication
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue