From d7e6b8febd8c88edaa85d336c92cd8ea3687214a Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 28 Nov 2016 16:39:54 -0500 Subject: [PATCH] Fixed typo in docs/topics/auth/customizing.txt. --- docs/topics/auth/customizing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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