Django

Code

Ticket #8131 (closed: fixed)

Opened 4 months ago

Last modified 4 months ago

Make new auth views 'reversable'

Reported by: davenaff Assigned to: ericholscher
Milestone: 1.0 Component: Authentication
Version: SVN Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

auth_reverse.diff (1.8 kB) - added by davenaff on 08/05/08 20:51:14.

Change History

08/05/08 20:51:14 changed by davenaff

  • attachment auth_reverse.diff added.

08/08/08 11:14:18 changed by ericholscher

  • status changed from new to assigned.
  • needs_better_patch changed.
  • needs_tests changed.
  • milestone set to 1.0.
  • owner set to ericholscher.
  • needs_docs changed.
  • stage changed from Unreviewed to Ready for checkin.

08/12/08 18:31:31 changed by jacob

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [8334]) Fixed #8131: use reverse() in auth views. Patch from davenaff.


Add/Change #8131 (Make new auth views 'reversable')




Change Properties
Action