Histórico de commits

Autor SHA1 Mensagem Data
  shanghui 3333d935d2 Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.auth. 7 anos atrás
  shanghui 359370a8b8 Fixed #28645 -- Reallowed AuthenticationForm to raise the inactive user error when using ModelBackend. 7 anos atrás
  Jon Dufresne 6ed347d851 Fixed #28706 -- Moved AuthenticationFormn invalid login ValidationError to a method for reuse. 7 anos atrás
  Lucas Connors 5ceaf14686 Fixed #27515 -- Made AuthenticationForm's username field use the max_length from the model field. 7 anos atrás
  Lucas Connors d233391208 Refs #19130 -- Added a test for AuthenticationForm.username max_length. 7 anos atrás
  Andrew Pinkham a96b981d84 Fixed #28127 -- Allowed UserCreationForm's password validation to check all user fields. 8 anos atrás
  Tim Graham dff559ff83 Fixed #28097 -- Fixed layout of ReadOnlyPasswordHashWidget. 8 anos atrás
  Claude Paroz c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 anos atrás
  chillaranand d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 anos atrás
  Claude Paroz 2366100872 Removed unneeded force_text calls in the test suite 8 anos atrás
  Tim Graham 7aba69145d Refs #23919 -- Removed django.test.mock Python 2 compatibility shim. 8 anos atrás
  Simon Charette cecc079168 Refs #23919 -- Stopped inheriting from object to define new style classes. 8 anos atrás
  Claude Paroz c716fe8782 Refs #23919 -- Removed six.PY2/PY3 usage 8 anos atrás
  Claude Paroz d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 anos atrás
  za 321e94fa41 Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 8 anos atrás
  levental 617e36dc1e Fixed #20705 -- Allowed using PasswordResetForm with user models with an email field not named 'email'. 8 anos atrás
  Gavin Wahl f0f3de3c96 Fixed #23155 -- Added request argument to user_login_failed signal. 9 anos atrás
  Tim Graham 0368d63a78 Fixed indentation in previous commit. 8 anos atrás
  Alexander Gaevsky 536db42cf0 Fixed #26097 -- Added password_validators_help_text_html to UserCreationForm. 9 anos atrás
  Berker Peksag 3c18f8a3d2 Fixed #27111 -- Fixed KeyError if USERNAME_FIELD isn't in UserCreationForm.fields. 8 anos atrás
  Olexander Yermakov 975a76a964 Fixed #26951 -- Allowed AuthenticationForm to work with a username of 0. 8 anos atrás
  Tim Graham 39805686b3 Refs #21379, #26719 -- Moved username normalization to AbstractBaseUser. 8 anos atrás
  Claude Paroz 9935f97cd2 Refs #21379 -- Normalized unicode username inputs 9 anos atrás
  Claude Paroz 526575c641 Fixed #21379 -- Created auth-specific username validators 9 anos atrás
  Claude Paroz b26fedacef Fixed #26544 -- Delayed translations of SetPasswordForm help_texts 9 anos atrás
  Tim Graham 92053acbb9 Fixed E128 flake8 warnings in tests/. 9 anos atrás
  Alexander Gaevsky e0a3d93730 Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users. 9 anos atrás
  Berker Peksag efa9539787 Fixed #26381 -- Made UserCreationForm reusable with custom user models that define USERNAME_FIELD. 9 anos atrás
  Vincenzo Pandolfo d0fe6c9156 Fixed #26334 -- Removed whitespace stripping from contrib.auth password fields. 9 anos atrás
  Berker Peksag f0425c7260 Refs #19353 -- Added tests for using custom user models with built-in auth forms. 9 anos atrás