summaryrefslogtreecommitdiff
path: root/docs/topics/auth.txt
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2010-02-21 23:37:35 +0000
committerJannis Leidel <jannis@leidel.info>2010-02-21 23:37:35 +0000
commitb2c43df84ffbfceae481125941bdaf44b944d6e9 (patch)
tree76a520b90fd4b925e959b730de7ae8ce88461284 /docs/topics/auth.txt
parent0d37cfdc05b6ebfaf79b98204ccd2eb706554ff5 (diff)
Fixed #12895 - Fixed typo in auth docs. Thanks Timo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12457 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics/auth.txt')
-rw-r--r--docs/topics/auth.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt
index e7576a01c4..182453f089 100644
--- a/docs/topics/auth.txt
+++ b/docs/topics/auth.txt
@@ -907,7 +907,7 @@ includes a few other useful built-in views located in
:file:`registration/password_reset_email.html` if not supplied.
* ``password_reset_form``: Form that will be used to set the password.
- Defaults to ``SetPasswordForm``.
+ Defaults to :class:`~django.contrib.auth.forms.PasswordResetForm`.
* ``token_generator``: Instance of the class to check the password. This
will default to ``default_token_generator``, it's an instance of