When I use the builtin "password_change" view, I came with an error, so I 
check the source code in "django/contrib/auth/views.py", (django version 
1.9.0) , at line 308, call the function "reverse", just the argument 
"password_change_done".
Then I check the "reverse" in "django/core/urlresolvers.py", It seems 
without argument "current_app" it cannot find the right place where my 
"password_change_done" is?, so it made my problem, because my 
"password_change" and "password_change_done" views are in the 
"authentication" app.
The error message : “Reverse for 'password_change_done' with arguments '()' 
and keyword arguments '{}' not found. 0 pattern(s) tried: []”
It is a mistake or I missing somewhat?
Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/6c7ae859-e006-4e5d-9a03-8aeb0f6bb1b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to