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:40:33 -0500 |
| commit | f2135fb7320aeec29e889d05e133d2dc73cf85c8 (patch) | |
| tree | 7438577e51ee679f73850d3213c34fb3c46a4c28 /docs | |
| parent | e0292229d50bdfb2516db69de1874d88a31c1afd (diff) | |
[1.10.x] Fixed typo in docs/topics/auth/customizing.txt.
Backport of d7e6b8febd8c88edaa85d336c92cd8ea3687214a from master
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 5011eaebe9..3ab9a9f64c 100644 --- a/docs/topics/auth/customizing.txt +++ b/docs/topics/auth/customizing.txt @@ -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 |
