#11257: using password_change get me a reverse exception
-----------------------------+----------------------------------------------
 Reporter:  zodman           |       Owner:  nobody    
   Status:  new              |   Milestone:  1.2       
Component:  Contrib apps     |     Version:  SVN       
 Keywords:  password_change  |       Stage:  Unreviewed
Has_patch:  0                |  
-----------------------------+----------------------------------------------
 im use change_password on a app

 im add on my app djangoproject/urls.py
 ...
   (r'^password/$','django.contrib.auth.views.password_change'),
 ....
 and visit /accounts/password/

 Exception Type: NoReverseMatch at /accounts/password/
 Exception Value: Reverse for '<function password_change_done at
 0x01587D70>' with arguments '()' and keyword arguments '{}' not found.

 post_change_redirect =
 reverse('django.contrib.auth.views.password_change_done')

 the reverse its defined on django.contrib.auth.urls but only works on
 admin

-- 
Ticket URL: <http://code.djangoproject.com/ticket/11257>
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 django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to