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
/
tests
/
__init__.py
Age
Commit message (
Expand
)
Author
2010-04-09
Fixed #13304 -- Updated auth decorators so they can be used with callable cla...
Russell Keith-Magee
2010-02-23
Fixed #12776 -- `User.get_profile` now raises `SiteProfileNotAvailable` inste...
Justin Bronn
2010-01-28
Fixed #12557 - AnonymousUser should check auth backends for permissions
Luke Plant
2009-12-10
Fixed #11010 - Add a foundation for object permissions to authentication back...
Jannis Leidel
2009-09-10
Removed unnecessary keys in django.contrib.auth.test.__test__
Luke Plant
2009-04-01
Fixed #10460: the logout view can now redirect like the rest of the auth view...
Jacob Kaplan-Moss
2009-04-01
Fixed #9881: Added the to the login view context, not just the site's name. ...
Jacob Kaplan-Moss
2009-03-15
Fixed #689 -- Added a middleware and authentication backend to contrib.auth f...
Gary Wilson Jr
2008-08-23
Tests for password change process. Thanks, Mike Richardson. Fixed #8402.
Malcolm Tredinnick
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