summaryrefslogtreecommitdiff
path: root/docs/topics/auth
diff options
context:
space:
mode:
authorSylvain Bellemare <sbellem@gmail.com>2013-11-05 12:25:19 +0100
committerTim Graham <timograham@gmail.com>2013-11-07 09:33:10 -0500
commit376ba1c5b3487583228341b488cc8dcf080cd808 (patch)
tree7af56cee8bf6158d3b1b8e2b17a7ba05d51acf7b /docs/topics/auth
parent2e881f15b8095b99743f6354f84e4d2333029b4d (diff)
[1.5.x] Removed no longer relevant word
Backport of 3935b0f263 from master
Diffstat (limited to 'docs/topics/auth')
-rw-r--r--docs/topics/auth/customizing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth/customizing.txt b/docs/topics/auth/customizing.txt
index b163e98f32..6031d95209 100644
--- a/docs/topics/auth/customizing.txt
+++ b/docs/topics/auth/customizing.txt
@@ -47,7 +47,7 @@ Specifying authentication backends
Behind the scenes, Django maintains a list of "authentication backends" that it
checks for authentication. When somebody calls
:func:`django.contrib.auth.authenticate()` -- as described in :ref:`How to log
-a user in <how-to-log-a-user-in>` above -- Django tries authenticating across
+a user in <how-to-log-a-user-in>` -- Django tries authenticating across
all of its authentication backends. If the first authentication method fails,
Django tries the second one, and so on, until all backends have been attempted.