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
Age
Commit message (
Expand
)
Author
2009-05-04
Fixed #10521 -- Modified the Remote User tests so that it isn't dependent on ...
Russell Keith-Magee
2009-04-19
Fixed #8752 -- Fixed django.contrib.auth tests to be locale-independent.
Malcolm Tredinnick
2009-04-18
Fixed #10694: correctly check permissions in the change password admin. Thank...
Jacob Kaplan-Moss
2009-04-10
Fixed #10747: fixed the auth tests to ignore broken user-supplied login/logou...
Jacob Kaplan-Moss
2009-04-05
Fixed a sloppy test auth test. [10400] revealed that the auth test was relyin...
Jacob Kaplan-Moss
2009-04-01
Fixed #10265: fixed a bug when generating a password reset token for a user c...
Jacob Kaplan-Moss
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 #10106: added is_active to user admin's list_display.
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-04-01
Fixed #9474: user_passes_test may now be applied multiple times.
Jacob Kaplan-Moss
2009-03-31
Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comm...
Gary Wilson Jr
2009-03-30
Fixed #8140 -- Made `UserManager.create_superuser` return the new `User` obje...
Gary Wilson Jr
2009-03-18
Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...
Jacob Kaplan-Moss
2009-03-15
Fixed #689 -- Added a middleware and authentication backend to contrib.auth f...
Gary Wilson Jr
2009-02-26
Fixed #10017 - PasswordResetForm.clean_email was not returning the value.
Luke Plant
2009-02-22
Fixed #10025 -- Corrected two minor typos in source documentation. Thanks to ...
Russell Keith-Magee
2009-01-14
Fixed #6470: made the admin use a URL resolver.
Jacob Kaplan-Moss
2008-12-25
Improved the auth admin site to raise Http404 with a helpful error message if...
Adrian Holovaty
2008-12-25
Added comment to UserAdmin.add_view() explaining why we disallow users withou...
Adrian Holovaty
2008-11-06
Fixed #6160, #9111 -- Consistently apply conditional_escape to form errors an...
Karen Tracey
2008-10-06
Fixed #8321 -- Change django.contrib.auth.models to use django.utils.hashcompat
Malcolm Tredinnick
2008-10-06
Fixed #5753 -- Allow createsuperuser to work in situations where there
Malcolm Tredinnick
2008-10-05
Fixed #8660 -- Small database query optimisation in User.get_profile.
Malcolm Tredinnick
2008-08-31
Fixed #8433 -- Deal with the add user popup on models that foreign key to Use...
Brian Rosner
2008-08-27
Removed oldforms, validators, and related code:
Gary Wilson Jr
2008-08-27
Fixed #8552 -- Use the LOGIN_REDIRECT_URL setting in the auth tests, rather t...
Malcolm Tredinnick
2008-08-25
Fixed #8379: the admin user change form now properly validates the username. ...
Jacob Kaplan-Moss
2008-08-25
Fixed #8344: make User.get_profile() work when settings.AUTH_PROFILE_MODULE i...
Jacob Kaplan-Moss
2008-08-25
Fixed #7833: the user creation form now works when password1 isn't set.
Jacob Kaplan-Moss
2008-08-24
Added app_label to the context for the add user admin view.
Russell Keith-Magee
2008-08-23
Fixed #8359 -- Add an admin log entry when creating a new user.
Malcolm Tredinnick
2008-08-23
Tests for password change process. Thanks, Mike Richardson. Fixed #8402.
Malcolm Tredinnick
2008-08-23
Fixed #8493 -- Fixed a NoReverseMatch when redirecting to password_change/don...
Brian Rosner
2008-08-21
When logging in, change the session key whilst preserving any existing
Malcolm Tredinnick
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-14
Fixed #6941 -- When logging a user out, or when logging in with an existing
Malcolm Tredinnick
2008-08-12
Fixed #8131: use reverse() in auth views. Patch from davenaff.
Jacob Kaplan-Moss
2008-08-11
Fixed #8226 -- Fixed a Python 2.3 incompatibility in a unicode string substit...
Gary Wilson Jr
2008-08-11
Refs #7742 -- Removed unused `validator_list` argument (this is already being...
Gary Wilson Jr
2008-08-10
Fixed #8202 -- Moved user_change_password to UserAdmin. This enables seamless...
Brian Rosner
2008-08-10
Fixed #7932 -- Made it easier to use a custom User model with the admin. Adde...
Brian Rosner
2008-08-08
Fixed #7115: tweaked ordering on Permission to more closely match the pre-QSR...
Jacob Kaplan-Moss
2008-08-06
Major refactoring of django.dispatch with an eye towards speed. The net resul...
Jacob Kaplan-Moss
2008-08-05
Cleaned up whitespace
Luke Plant
2008-08-04
Fixed #8901 -- Corrected typo in docstring. Thanks to Hayley Bonham <djangoco...
Russell Keith-Magee
2008-08-02
Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...
Gary Wilson Jr
2008-08-01
Fixed #3062 - removed arbitrary and unneeded max_length on password fields in...
Luke Plant
2008-08-01
Changed some URL conf regexes to rawstrings for consistency
Luke Plant
2008-08-01
Added a login link to the password reset completion screen.
Luke Plant
[next]