Branch: refs/heads/master
Home:
https://github.com/django/django
Commit: 4f4e9243e4cf585e32a882804084853108ef94c0
https://github.com/django/django/commit/4f4e9243e4cf585e32a882804084853108ef94c0
Author: Gavin Wahl <
gw...@fusionbox.com>
Date: 2013-06-03 (Mon, 03 Jun 2013)
Changed paths:
M django/contrib/admin/templates/registration/password_reset_email.html
M django/contrib/auth/tests/test_views.py
M django/contrib/auth/views.py
Log Message:
-----------
Fixed #20532 -- Reverse auth views by name, not by path.
Auth views should be reversed by name, not their locations in
`django.contrib.auth.views`. This allows substituting your own
implementations of the auth views.