summaryrefslogtreecommitdiff
path: root/django/contrib/auth/forms.py
AgeCommit message (Expand)Author
2017-11-08[2.0.x] Fixed #28645 -- Reallowed AuthenticationForm to raise the inactive us...shanghui
2017-06-21Fixed #28127 -- Allowed UserCreationForm's password validation to check all u...Andrew Pinkham
2017-05-27Fixed #28249 -- Removed unnecessary dict.keys() calls.Jon Dufresne
2017-04-22Fixed #28100 -- Removed link in UserChangeForm.password's translatable help_textClaude Paroz
2017-02-07Refs #27795 -- Removed force_text from the template layerClaude Paroz
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-12-27Fixed #15667 -- Added template-based widget rendering.Preston Timmons
2016-11-25Fixed #25966 -- Made get_user_model() work at import time.Aymeric Augustin
2016-09-27Fixed #20705 -- Allowed using PasswordResetForm with user models with an emai...levental
2016-09-12Fixed #25187 -- Made request available in authentication backends.Aleksej Manaev
2016-09-10Fixed #26097 -- Added password_validators_help_text_html to UserCreationForm.Alexander Gaevsky
2016-08-28Fixed #27136 -- Changed auth forms' autofocus attribute to HTML5 boolean syntax.Jon Dufresne
2016-08-25Replaced property() usage with decorator in several places.Berker Peksag
2016-08-24Fixed #27111 -- Fixed KeyError if USERNAME_FIELD isn't in UserCreationForm.fi...Berker Peksag
2016-08-10Fixed #26951 -- Allowed AuthenticationForm to work with a username of 0.Olexander Yermakov
2016-05-16Refs #21379 -- Normalized unicode username inputsClaude Paroz
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-03-21Fixed #26381 -- Made UserCreationForm reusable with custom user models that d...Berker Peksag
2016-03-14Fixed #26334 -- Removed whitespace stripping from contrib.auth password fields.Vincenzo Pandolfo
2015-12-05Fixed #25165 -- Removed inline JavaScript from the admin.Thomas Grainger
2015-09-18Fixed #24944 -- Added extra_email_context parameter to password_reset() view.sujayskumar
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-07-20Reworded contrib.auth forms' password confirmation help_text.Wim Feijen
2015-07-20Fixed #25052; refs #16860 -- Added password validation to UserCreationForm.Tim Graham
2015-07-20Refs #16860 -- Moved password_changed() logic to AbstractBaseUser.Tim Graham
2015-06-07Fixed #16860 -- Added password validation to django.contrib.auth.Erik Romijn
2015-05-13Removed unnecessary arguments in .get method callsPiotr Jakimiak
2015-03-28Refs #15779 -- Fixed UserChangeForm regression introduced by 1791a7e75Claude Paroz
2015-03-16Fixed #5986 -- Added ability to customize order of Form fieldsThomas Tanner
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-02Removed contrib.auth.forms.mask_password()Tim Graham
2014-12-26Fixed #23948 -- Moved password help text from the template to the form.Tim Graham
2014-12-03Removed redundant numbered parameters from str.format().Berker Peksag
2014-09-03Fixed #23409 -- Extract PasswordResetForm.get_users method.Carl Meyer
2014-08-15Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed().Gabriel Muñumel
2014-07-21Replaced instances of 'his/her' with 'their'.Iain Dawson
2014-07-10Fixed #13147 -- Moved User validation logic from form to model.Yin Jifeng
2014-06-10Fixed #17431 -- Added send_mail() method to PasswordResetForm.Jorge C. Leitão
2014-03-29Fixed #22329 -- Used label_tag() in some admin auth templates.Tim Graham
2014-01-26Moved RequestSite and get_current_site.Aymeric Augustin
2013-12-26Removed a few gratuitous lambdas.Aymeric Augustin
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-10-19Fixed #21291 -- Ensured inactive users cannot reset their passwordsClaude Paroz
2013-09-24Revert "Ensure that passwords are never long enough for a DoS."Florian Apolloner
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham
2013-09-15Ensure that passwords are never long enough for a DoS.Russell Keith-Magee
2013-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette