﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
11257	using password_change get me a reverse exception	zodman	nobody	"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 "		closed	Contrib apps	dev		invalid	password_change	zodman@…	Unreviewed	0	0	0	0	0	0
