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:24:06 -0400 |
| commit | 31407fa3b362dc17d61a2a0d7e27b1dfd9d9c143 (patch) | |
| tree | dbca4d50f8512d627431c73cb1c92d0d48153867 /docs/topics | |
| parent | 6ae7aaa7d6eb880043c4c80009b36e2287bfcb92 (diff) | |
Removed duplicate words in docs.
.
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:: |
