index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
auth
/
views.py
Age
Commit message (
Expand
)
Author
2008-08-23
Fixed #8493 -- Fixed a NoReverseMatch when redirecting to password_change/don...
Brian Rosner
2008-08-15
Removed unused and redefined imports.
Gary Wilson Jr
2008-08-15
Fixed #7364 -- Never cache the contrib.auth login view.
Gary Wilson Jr
2008-08-12
Fixed #8131: use reverse() in auth views. Patch from davenaff.
Jacob Kaplan-Moss
2008-08-10
Fixed #8202 -- Moved user_change_password to UserAdmin. This enables seamless...
Brian Rosner
2008-08-01
Added a login link to the password reset completion screen.
Luke Plant
2008-07-31
Fixed #7723 - implemented a secure password reset form that uses a token and ...
Luke Plant
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner
2008-06-26
Fixed #6306 -- redirect_to_login() helper function now quotes the URL argumen...
Adrian Holovaty
2008-06-26
Fixed #7274 -- Improved the django.contrib.auth password_reset() view not to ...
Adrian Holovaty
2008-06-18
Fixed #3393: login view no longer assumes that set_test_cookie has been calle...
Jacob Kaplan-Moss
2007-09-14
Fixed #5394 -- REDIRECT_FIELD_NAME is now configurable. Thanks, Petr Marhoun,...
Adrian Holovaty
2007-08-25
Fixed #5227 -- Made the redirect security check in django.contrib.auth.views....
Adrian Holovaty
2007-08-14
Fixed bug in [5885]
Adrian Holovaty
2007-08-14
Changed django.contrib.auth.views.login to use RequestSite if the sites frame...
Adrian Holovaty
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-04-25
Fixed #3185 -- Made values for login, logout and post-login redirect URLs
Malcolm Tredinnick
2007-02-11
Revert [4485] in order to fix accidental mod_python breakage. Refs #2920.
Malcolm Tredinnick
2007-02-11
Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to...
Russell Keith-Magee
2006-12-15
Copied django.forms to django.oldforms and changed all code to reference djan...
Adrian Holovaty
2006-07-27
Fixed #2375 -- Changed password_reset auth view to make e-mail template name ...
Adrian Holovaty
2006-07-23
Fixed #2405 -- Fixed recursion error in auth.views.logout(), caused by [3402]...
Adrian Holovaty
2006-07-21
Fixed a bunch of spurious imports, typos, and other small errors turned up by...
Jacob Kaplan-Moss
2006-06-28
Merged multi-auth branch to trunk. See the authentication docs for the ramif...
Jacob Kaplan-Moss
2006-06-08
Fixed #2106 -- Made collapse-block JavaScript translatable. Thanks, ramiro
Adrian Holovaty
2006-06-06
Made template names in django.contrib.auth.views passable as template_name ar...
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty