index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
/
templates
Age
Commit message (
Expand
)
Author
2015-02-11
Moved contrib.auth tests out of contrib.
Tim Graham
2014-08-12
Added newlines to the ends of CSS, HTML, and JavaScript files missing them.
Trey Hunner
2013-10-10
Whitespace cleanup.
Tim Graham
2013-10-02
Fixed #16919 -- Passed user to set_password_form in GET requests.
Tim Graham
2013-08-05
Fixed #20832 -- Enabled HTML password reset email
Justin Michalicek
2013-06-26
Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.
Tim Graham
2012-11-29
Fixed #19354 -- Do not assume usermodel.pk == usermodel.id
Claude Paroz
2012-09-30
Fixed #18991 -- Allowed permission lookup by "if in"
Anssi Kääriäinen
2012-09-26
Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail
Adrien Lemaire
2012-04-24
Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syn...
Claude Paroz
2011-06-19
Fixed #12202 -- Removed hardcoded password reset subject and added a subject_...
Jannis Leidel
2011-05-31
Fixed auth context processor tests, which were not running at all previously.
Luke Plant
2010-10-08
#14374 -- Added some missing template files to ensure that contrib.auth tests...
Russell Keith-Magee
2010-02-13
Fixed #10976 -- Isolated contrib.auth tests so they will always pass, regardl...
Russell Keith-Magee
2008-08-23
Tests for password change process. Thanks, Mike Richardson. Fixed #8402.
Malcolm Tredinnick