#8131 closed (fixed)
Make new auth views 'reversable'
Reported by: | Dave Naffziger | Owned by: | Eric Holscher |
---|---|---|---|
Component: | contrib.auth | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The new password change views do not support user management of URLs due to the lack of the use of reverse. These patches utilize reverse to select the urls to send users to after each of the steps in the process. Related to ticket:8129.
Attachments (1)
Change History (4)
by , 16 years ago
Attachment: | auth_reverse.diff added |
---|
comment:1 by , 16 years ago
milestone: | → 1.0 |
---|---|
Owner: | set to |
Status: | new → assigned |
Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [8334]) Fixed #8131: use reverse() in auth views. Patch from davenaff.