summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorMaxime Lorant <maxime.lorant@gmail.com>2018-07-18 17:24:07 +0200
committerTim Graham <timograham@gmail.com>2018-07-18 11:27:17 -0400
commit223ba7fa57e79a2e93ed6960f6b2eab14fabd85d (patch)
tree4c0966a8faec51e5926f9ece480efa9ad633adaa /docs/topics
parentdff5beabbfaaf2466df0a74183f5dbf8032500eb (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.txt2
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::