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
Age
Commit message (
Expand
)
Author
2009-04-19
[1.0.X] Fixed #8752 -- Fixed django.contrib.auth tests to be locale-independent.
Malcolm Tredinnick
2009-04-10
[1.0.X] Fixed #10747: fixed the auth tests to ignore broken user-supplied log...
Jacob Kaplan-Moss
2009-04-05
[1.0.X] Fixed a sloppy test auth test. [10400] revealed that the auth test wa...
Jacob Kaplan-Moss
2009-04-01
[1.0.X] Fixed #10265: fixed a bug when generating a password reset token for ...
Jacob Kaplan-Moss
2009-03-31
[1.0.X]: Fixed #10553 -- Corrected several uses of `URLconf` in documentation...
Gary Wilson Jr
2009-03-30
[1.0.X]: Fixed #8140 -- Made `UserManager.create_superuser` return the new `U...
Gary Wilson Jr
2009-02-26
[1.0.X] Fixed #10017 - PasswordResetForm.clean_email was not returning the va...
Luke Plant
2008-11-06
[1.0.X] Fixed #6160, #9111 -- Consistently apply conditional_escape to form e...
Karen Tracey
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 #7833: the user creation form now works when password1 isn't set.
Jacob Kaplan-Moss
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