]> git.ozlabs.org Git - patchwork/commit
urls: Fix django-1.6 change in password change views
authorJeremy Kerr <jk@ozlabs.org>
Wed, 7 May 2014 01:06:15 +0000 (09:06 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Wed, 7 May 2014 01:27:41 +0000 (09:27 +0800)
commita51649320771b8abe7259c0812874c15cab0da18
tree836846c153b3894dc6b3b350e074c4e47f7b6bf7
parentacde732def21e9159fcd4916f2ebf11934e16c1e
urls: Fix django-1.6 change in password change views

The expected name for the password change views no longer has the auth_
prefix. This change fixes this and adds a testcase.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
apps/patchwork/tests/test_user.py
apps/patchwork/urls.py