summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests/test_forms.py
AgeCommit message (Expand)Author
2014-05-20[1.7.x] Removed unused translations in auth testsClaude Paroz
2014-04-26[1.7.x] Fix many many typos in comments throughout the codebaseAlex Gaynor
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-11-30Removed gender-based pronouns per [c0a2daad78].Tim Graham
2013-10-19Fixed #21291 -- Ensured inactive users cannot reset their passwordsClaude Paroz
2013-10-19Cleaned formatting/comments in PasswordResetFormTestClaude Paroz
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-10-17Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol
2013-08-16Combine consecutive with statementsClaude Paroz
2013-08-05Fixed #20832 -- Enabled HTML password reset emailJustin Michalicek
2013-08-04Fixed a number of lint warnings, particularly around unused variables.Alex Gaynor
2013-07-31Fixed #12103 -- Added AuthenticationForm.confirm_login_allowed to allow custo...Tim Graham
2013-05-16Fixed #20357 -- Allow empty username field label in `AuthentificationForm`.Mark Huang
2013-04-02Modified auth to work with unittest2 discovery.Preston Timmons