From 5d71bec5e46d1b4953327ff505a575f268c655b2 Mon Sep 17 00:00:00 2001 From: Timo Graham Date: Sat, 11 Jun 2011 23:41:28 +0000 Subject: [PATCH] [1.3.X] Fixed #15949 - Clarified the docs for password_reset_done view; thanks cyclops for the suggestion; Horst Gutmann for the patch. Backport of r16378 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16379 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/auth.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt index db7f18ccf3..635f18f8b2 100644 --- a/docs/topics/auth.txt +++ b/docs/topics/auth.txt @@ -982,7 +982,9 @@ includes a few other useful built-in views located in .. function:: password_reset_done(request[, template_name]) - The page shown after a user has reset their password. + The page shown after a user has been emailed a link to reset their + password. This view is called by default if the :func:`password_reset` view + doesn't have an explicit ``post_reset_redirect`` URL set. **Optional arguments:**