Claude Paroz
|
c651331b34
Converted usage of ugettext* functions to their gettext* aliases
|
há 8 anos atrás |
chillaranand
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
há 8 anos atrás |
Claude Paroz
|
2366100872
Removed unneeded force_text calls in the test suite
|
há 8 anos atrás |
Tim Graham
|
7aba69145d
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
|
há 8 anos atrás |
Simon Charette
|
cecc079168
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
há 8 anos atrás |
Claude Paroz
|
c716fe8782
Refs #23919 -- Removed six.PY2/PY3 usage
|
há 8 anos atrás |
Claude Paroz
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
há 8 anos atrás |
za
|
321e94fa41
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
há 8 anos atrás |
levental
|
617e36dc1e
Fixed #20705 -- Allowed using PasswordResetForm with user models with an email field not named 'email'.
|
há 8 anos atrás |
Gavin Wahl
|
f0f3de3c96
Fixed #23155 -- Added request argument to user_login_failed signal.
|
há 9 anos atrás |
Tim Graham
|
0368d63a78
Fixed indentation in previous commit.
|
há 8 anos atrás |
Alexander Gaevsky
|
536db42cf0
Fixed #26097 -- Added password_validators_help_text_html to UserCreationForm.
|
há 9 anos atrás |
Berker Peksag
|
3c18f8a3d2
Fixed #27111 -- Fixed KeyError if USERNAME_FIELD isn't in UserCreationForm.fields.
|
há 8 anos atrás |
Olexander Yermakov
|
975a76a964
Fixed #26951 -- Allowed AuthenticationForm to work with a username of 0.
|
há 8 anos atrás |
Tim Graham
|
39805686b3
Refs #21379, #26719 -- Moved username normalization to AbstractBaseUser.
|
há 8 anos atrás |
Claude Paroz
|
9935f97cd2
Refs #21379 -- Normalized unicode username inputs
|
há 9 anos atrás |
Claude Paroz
|
526575c641
Fixed #21379 -- Created auth-specific username validators
|
há 9 anos atrás |
Claude Paroz
|
b26fedacef
Fixed #26544 -- Delayed translations of SetPasswordForm help_texts
|
há 9 anos atrás |
Tim Graham
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
há 9 anos atrás |
Alexander Gaevsky
|
e0a3d93730
Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users.
|
há 9 anos atrás |
Berker Peksag
|
efa9539787
Fixed #26381 -- Made UserCreationForm reusable with custom user models that define USERNAME_FIELD.
|
há 9 anos atrás |
Vincenzo Pandolfo
|
d0fe6c9156
Fixed #26334 -- Removed whitespace stripping from contrib.auth password fields.
|
há 9 anos atrás |
Berker Peksag
|
f0425c7260
Refs #19353 -- Added tests for using custom user models with built-in auth forms.
|
há 9 anos atrás |
Tim Graham
|
015fad9060
Fixed #26175 -- Removed SHA1 password hashes in tests.
|
há 9 anos atrás |
Josh Soref
|
93452a70e8
Fixed many spelling mistakes in code, comments, and docs.
|
há 9 anos atrás |
Tim Graham
|
774c16d16e
Fixed #25052; refs #16860 -- Added password validation to UserCreationForm.
|
há 9 anos atrás |
Tim Graham
|
f5e9d67907
Refs #16860 -- Moved password_changed() logic to AbstractBaseUser.
|
há 9 anos atrás |
Tim Graham
|
55b3bd8468
Refs #16860 -- Minor edits and fixes to password validation.
|
há 9 anos atrás |
Erik Romijn
|
1daae25bdc
Fixed #16860 -- Added password validation to django.contrib.auth.
|
há 10 anos atrás |
Simon Charette
|
be67400b47
Refs #24652 -- Used SimpleTestCase where appropriate.
|
há 10 anos atrás |