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
/
test_forms.py
Age
Commit message (
Expand
)
Author
2014-05-20
[1.7.x] Removed unused translations in auth tests
Claude Paroz
2014-04-26
[1.7.x] Fix many many typos in comments throughout the codebase
Alex Gaynor
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-11-30
Removed gender-based pronouns per [c0a2daad78].
Tim Graham
2013-10-19
Fixed #21291 -- Ensured inactive users cannot reset their passwords
Claude Paroz
2013-10-19
Cleaned formatting/comments in PasswordResetFormTest
Claude Paroz
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-17
Fixed #21285 -- Fixed E121,E122 pep8 warnings
Alasdair Nicol
2013-08-16
Combine consecutive with statements
Claude Paroz
2013-08-05
Fixed #20832 -- Enabled HTML password reset email
Justin Michalicek
2013-08-04
Fixed a number of lint warnings, particularly around unused variables.
Alex Gaynor
2013-07-31
Fixed #12103 -- Added AuthenticationForm.confirm_login_allowed to allow custo...
Tim Graham
2013-05-16
Fixed #20357 -- Allow empty username field label in `AuthentificationForm`.
Mark Huang
2013-04-02
Modified auth to work with unittest2 discovery.
Preston Timmons