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-12-28
Deprecated TEMPLATE_LOADERS.
Aymeric Augustin
2014-11-03
Fixed typos using https://github.com/vlajos/misspell_fixer
Veres Lajos
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-08-15
Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed().
Gabriel Muñumel
2014-07-10
Fixed #13147 -- Moved User validation logic from form to model.
Yin Jifeng
2014-06-10
Fixed #17431 -- Added send_mail() method to PasswordResetForm.
Jorge C. Leitão
2014-05-20
Removed unused translations in auth tests
Claude Paroz
2014-04-26
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