diff options
| author | Jannis Leidel <jannis@leidel.info> | 2010-02-22 00:42:33 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2010-02-22 00:42:33 +0000 |
| commit | 49c116f14c3bae630ec501dbe97586cf0d968e2b (patch) | |
| tree | 85982a58d323a990cd011db85da44ec264d565ad /docs | |
| parent | 77192eb661ffc1768d75cb3ed4f253240da8e6c0 (diff) | |
[1.1.X] Fixed #12895 - Fixed typo in auth docs. Thanks Timo.
Backported from r12457.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12477 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/auth.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt index 84a281901d..dd1bffd66d 100644 --- a/docs/topics/auth.txt +++ b/docs/topics/auth.txt @@ -868,7 +868,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 |
