#8520: password_change() got an unexpected keyword argument 'post_save_redirect'
-----------------------------+----------------------------------------------
 Reporter:  kmtracey         |       Owner:  nobody    
   Status:  new              |   Milestone:  1.0       
Component:  Admin interface  |     Version:  SVN       
 Keywords:                   |       Stage:  Unreviewed
Has_patch:  0                |  
-----------------------------+----------------------------------------------
 As reported on the user's list: http://groups.google.com/group/django-
 users/browse_thread/thread/1906d4819565f78c

 the admin change password link generates an exception.  This was
 introducted in [8473].  The new parameter to change_password was called
 'post_change_redirect' in change_password itself but 'post_save_redirect'
 in the code that attempts to pass in the new parameter.  I'll attach a
 patch that uses the change_password name consistently.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/8520>
Django Code <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
-~----------~----~----~----~------~----~------~--~---

Reply via email to