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-08-24
[1.10.x] Fixed #27111 -- Fixed KeyError if USERNAME_FIELD isn't in UserCreati...
Berker Peksag
2016-06-21
[1.10.x] Refs #21379, #26719 -- Moved username normalization to AbstractBaseU...
Tim Graham
2016-05-16
Refs #21379 -- Normalized unicode username inputs
Claude Paroz
2016-05-16
Fixed #21379 -- Created auth-specific username validators
Claude Paroz
2016-05-07
Fixed #26544 -- Delayed translations of SetPasswordForm help_texts
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-03-23
Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users.
Alexander Gaevsky
2016-03-21
Fixed #26381 -- Made UserCreationForm reusable with custom user models that d...
Berker Peksag
2016-03-14
Fixed #26334 -- Removed whitespace stripping from contrib.auth password fields.
Vincenzo Pandolfo
2016-02-17
Refs #19353 -- Added tests for using custom user models with built-in auth fo...
Berker Peksag
2016-02-06
Fixed #26175 -- Removed SHA1 password hashes in tests.
Tim Graham
2015-12-03
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