diff options
| author | Maxime Lorant <maxime.lorant@gmail.com> | 2018-07-18 17:24:07 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-07-18 11:27:17 -0400 |
| commit | 223ba7fa57e79a2e93ed6960f6b2eab14fabd85d (patch) | |
| tree | 4c0966a8faec51e5926f9ece480efa9ad633adaa /docs/topics | |
| parent | dff5beabbfaaf2466df0a74183f5dbf8032500eb (diff) | |
[2.1.x] Removed duplicate words in docs.
Backport of 31407fa3b362dc17d61a2a0d7e27b1dfd9d9c143 from master
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/auth/default.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt index 4fcd465d89..a77fe9ad4c 100644 --- a/docs/topics/auth/default.txt +++ b/docs/topics/auth/default.txt @@ -1447,7 +1447,7 @@ provides several built-in forms located in :mod:`django.contrib.auth.forms`: pass (In this case, you'll also need to use an authentication backend that - allows inactive users, such as as + allows inactive users, such as :class:`~django.contrib.auth.backends.AllowAllUsersModelBackend`.) Or to allow only some active users to log in:: |
