Author: jezdez
Date: 2010-02-21 18:42:33 -0600 (Sun, 21 Feb 2010)
New Revision: 12477

Modified:
   django/branches/releases/1.1.X/docs/topics/auth.txt
Log:
[1.1.X] Fixed #12895 - Fixed typo in auth docs. Thanks Timo.

Backported from r12457.

Modified: django/branches/releases/1.1.X/docs/topics/auth.txt
===================================================================
--- django/branches/releases/1.1.X/docs/topics/auth.txt 2010-02-21 23:45:38 UTC 
(rev 12476)
+++ django/branches/releases/1.1.X/docs/topics/auth.txt 2010-02-22 00:42:33 UTC 
(rev 12477)
@@ -868,7 +868,7 @@
           :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

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to