From b3da4cc0925b5d72701ea254ec8197d0f8b85210 Mon Sep 17 00:00:00 2001 From: Sylvain Bellemare Date: Tue, 5 Nov 2013 12:25:19 +0100 Subject: [1.6.x] Removed no longer relevant word Backport of 3935b0f263 from master --- docs/topics/auth/customizing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/topics/auth/customizing.txt b/docs/topics/auth/customizing.txt index d5bc9d96ba..29c874560d 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 ` above -- Django tries authenticating across +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. -- cgit v1.3