#12895: "SetPasswordForm" should be "PasswordResetForm" ---------------------------+------------------------------------------------ Reporter: kun | Owner: nobody Status: new | Milestone: Component: Documentation | Version: 1.1 Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ notice errors with this documentation: http://docs.djangoproject.com/en/1.1/topics/auth/#topics-auth
search this keyword: views.password_reset(request[, is_admin_site, template_name, email_template_name, password_reset_form, token_generator, post_reset_redirect]) in "Optional arguments:" -> "password_reset_form" -> "Defaults to SetPasswordForm." <<< it shoud be "PasswordResetForm" the source code(django\contrib\auth\views.py -> def password_reset...) is "PasswordResetForm", so it shoud be an error. -- Ticket URL: <http://code.djangoproject.com/ticket/12895> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
