summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_forms.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-11/+38
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-383/+508
* Used more specific unittest assertions in tests.Mads Jensen2021-07-071-1/+1
* Fixed #32765 -- Removed "for" HTML attribute from ReadOnlyPasswordHashWidget.David Sanders2021-05-191-0/+13
* Fixed #32235 -- Made ReadOnlyPasswordHashField disabled by default.Timo Ludwig2020-12-031-0/+1
* Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag2020-04-281-6/+6
* Fixed CVE-2019-19844 -- Used verified user email for password reset requests.Simon Charette2019-12-181-0/+36
* Fixed #30776 -- Restored max length validation on AuthenticationForm.Username...Sam Reynolds2019-09-181-0/+2
* Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne2019-06-281-1/+1
* Fixed #29379 -- Added autocomplete attribute to contrib.auth.forms fields.Hasan Ramezani2019-06-071-0/+51
* Fixed mis-capitalisation in comment.Ally Weir2019-05-151-1/+1
* Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escap...Jon Dufresne2019-04-251-1/+1
* Fixed #30236 -- Made UsernameField render with autocapitalize="none" HTML att...pmisteli2019-03-291-0/+12
* Fixed #29449 -- Reverted "Fixed #28757 -- Allowed using contrib.auth forms wi...Tim Graham2018-07-021-110/+30
* Added additional AdminPasswordChangeForm tests.Mads Jensen2018-04-041-0/+24
* Fixed #29270 -- Fixed UserChangeForm crash if password field is excluded.Malte Gerth2018-03-291-0/+11
* Fixed CVE-2018-6188 -- Fixed information leakage in AuthenticationForm.Tim Graham2018-02-011-0/+21
* Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.a...shanghui2018-01-051-30/+110
* Fixed #28645 -- Reallowed AuthenticationForm to raise the inactive user error...shanghui2017-11-081-3/+2
* Fixed #28706 -- Moved AuthenticationFormn invalid login ValidationError to a ...Jon Dufresne2017-10-231-0/+11
* Fixed #27515 -- Made AuthenticationForm's username field use the max_length f...Lucas Connors2017-10-201-0/+13
* Refs #19130 -- Added a test for AuthenticationForm.username max_length.Lucas Connors2017-10-201-0/+12
* Fixed #28127 -- Allowed UserCreationForm's password validation to check all u...Andrew Pinkham2017-06-211-0/+22
* Fixed #28097 -- Fixed layout of ReadOnlyPasswordHashWidget.Tim Graham2017-04-191-0/+16
* Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz2017-02-071-1/+1
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-2/+2
* Removed unneeded force_text calls in the test suiteClaude Paroz2017-01-241-13/+12
* Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham2017-01-201-1/+2
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-10/+4
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-1/+1
* Fixed #20705 -- Allowed using PasswordResetForm with user models with an emai...levental2016-09-271-0/+12
* Fixed #23155 -- Added request argument to user_login_failed signal.Gavin Wahl2016-09-121-0/+19
* Fixed indentation in previous commit.Tim Graham2016-09-101-2/+2
* Fixed #26097 -- Added password_validators_help_text_html to UserCreationForm.Alexander Gaevsky2016-09-101-0/+10
* Fixed #27111 -- Fixed KeyError if USERNAME_FIELD isn't in UserCreationForm.fi...Berker Peksag2016-08-241-1/+17
* Fixed #26951 -- Allowed AuthenticationForm to work with a username of 0.Olexander Yermakov2016-08-101-1/+19
* Refs #21379, #26719 -- Moved username normalization to AbstractBaseUser.Tim Graham2016-06-211-0/+16
* Refs #21379 -- Normalized unicode username inputsClaude Paroz2016-05-161-0/+23
* Fixed #21379 -- Created auth-specific username validatorsClaude Paroz2016-05-161-1/+25
* Fixed #26544 -- Delayed translations of SetPasswordForm help_textsClaude Paroz2016-05-071-0/+18
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-25/+25
* Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users.Alexander Gaevsky2016-03-231-0/+3
* Fixed #26381 -- Made UserCreationForm reusable with custom user models that d...Berker Peksag2016-03-211-1/+16
* Fixed #26334 -- Removed whitespace stripping from contrib.auth password fields.Vincenzo Pandolfo2016-03-141-0/+56
* Refs #19353 -- Added tests for using custom user models with built-in auth fo...Berker Peksag2016-02-171-0/+35
* Fixed #26175 -- Removed SHA1 password hashes in tests.Tim Graham2016-02-061-48/+9
* Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-031-1/+1
* Fixed #25052; refs #16860 -- Added password validation to UserCreationForm.Tim Graham2015-07-201-0/+21