Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#29880 closed Bug (fixed)

PasswordResetConfirmView docs refer to nonexistent set_password_form

Reported by: Timothy Hobbs Owned by: nobody
Component: Documentation Version: 2.1
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The docs for the PasswordResetConfirmView are in an inconsistent state. The docs say

    * ``form``: The form (see ``set_password_form`` above) for setting the
      new user's password.

https://github.com/django/django/blob/e40e7026cad400d720963aea0ba156a19f83b058/docs/topics/auth/default.txt#L1354

And yet there is not description of set_password_form above.

Change History (4)

comment:1 by Tim Graham, 6 years ago

Summary: PasswordResetConfirmView docs inconsistentPasswordResetConfirmView docs refer to nonexistent set_password_form
Triage Stage: UnreviewedReady for checkin

comment:2 by Timothy Hobbs, 6 years ago

Resolution: fixed
Status: newclosed

comment:3 by Tim Graham <timograham@…>, 6 years ago

In 54732e28:

[2.1.x] Fixed #29880 -- Fixed typo in docs/topics/auth/default.txt.

Backport of 043407ec7e6e659a69c2432319140b4a813928d2 from master.

comment:4 by Tim Graham <timograham@…>, 6 years ago

In 043407ec:

Fixed #29880 -- Fixed typo in docs/topics/auth/default.txt.

Note: See TracTickets for help on using tickets.
Back to Top