diff options
| author | Tim Graham <timograham@gmail.com> | 2016-11-28 16:39:54 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-11-28 16:39:54 -0500 |
| commit | d7e6b8febd8c88edaa85d336c92cd8ea3687214a (patch) | |
| tree | 85bdee24805f9109c117a034b1eb753f3fd07591 /docs | |
| parent | 95238a7de867e2a23a9247e3d6d8f654f4cee908 (diff) | |
Fixed typo in docs/topics/auth/customizing.txt.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/auth/customizing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth/customizing.txt b/docs/topics/auth/customizing.txt index 79ffa0a88b..ff84fad19f 100644 --- a/docs/topics/auth/customizing.txt +++ b/docs/topics/auth/customizing.txt @@ -241,7 +241,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 |
