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
/
tests
/
auth_tests
/
test_forms.py
Age
Commit message (
Expand
)
Author
2016-05-07
[1.9.x] Fixed #26544 -- Delayed translations of SetPasswordForm help_texts
Claude Paroz
2016-03-14
[1.9.x] Fixed #26334 -- Removed whitespace stripping from contrib.auth passwo...
Vincenzo Pandolfo
2016-02-17
[1.9.x] Refs #19353 -- Added tests for using custom user models with built-in...
Berker Peksag
2015-12-03
[1.9.x] Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-07-20
Fixed #25052; refs #16860 -- Added password validation to UserCreationForm.
Tim Graham
2015-07-20
Refs #16860 -- Moved password_changed() logic to AbstractBaseUser.
Tim Graham
2015-06-10
Refs #16860 -- Minor edits and fixes to password validation.
Tim Graham
2015-06-07
Fixed #16860 -- Added password validation to django.contrib.auth.
Erik Romijn
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-03-05
Converted test fixtures to setUpTestData methods
Josh Smeaton
2015-02-14
Isolated auth_tests from contenttypes_tests; refs #11505.
Tim Graham
2015-02-11
Moved contrib.auth tests out of contrib.
Tim Graham