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
/
django
/
contrib
/
auth
/
forms.py
Age
Commit message (
Expand
)
Author
2018-10-10
Refs #27795 -- Removed force_bytes() usage from django/utils/http.py.
Jon Dufresne
2018-10-01
Fixed #29809 -- Fixed a crash when a "view only" user POSTs to the admin user...
Tim Graham
2018-10-01
Fixed CVE-2018-16984 -- Fixed password hash disclosure to admin "view only" u...
Carlton Gibson
2018-07-02
Fixed #29449 -- Reverted "Fixed #28757 -- Allowed using contrib.auth forms wi...
Tim Graham
2018-03-29
Fixed #29270 -- Fixed UserChangeForm crash if password field is excluded.
Malte Gerth
2018-02-14
Removed AuthenticationForm.get_user_id().
Tim Graham
2018-02-01
Fixed CVE-2018-6188 -- Fixed information leakage in AuthenticationForm.
Tim Graham
2018-01-05
Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.a...
shanghui
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-11-08
Fixed #28645 -- Reallowed AuthenticationForm to raise the inactive user error...
shanghui
2017-10-23
Fixed #28706 -- Moved AuthenticationFormn invalid login ValidationError to a ...
Jon Dufresne
2017-10-20
Fixed #27515 -- Made AuthenticationForm's username field use the max_length f...
Lucas Connors
2017-06-21
Fixed #28127 -- Allowed UserCreationForm's password validation to check all u...
Andrew Pinkham
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-04-22
Fixed #28100 -- Removed link in UserChangeForm.password's translatable help_text
Claude Paroz
2017-02-07
Refs #27795 -- Removed force_text from the template layer
Claude Paroz
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-12-27
Fixed #15667 -- Added template-based widget rendering.
Preston Timmons
2016-11-25
Fixed #25966 -- Made get_user_model() work at import time.
Aymeric Augustin
2016-09-27
Fixed #20705 -- Allowed using PasswordResetForm with user models with an emai...
levental
2016-09-12
Fixed #25187 -- Made request available in authentication backends.
Aleksej Manaev
2016-09-10
Fixed #26097 -- Added password_validators_help_text_html to UserCreationForm.
Alexander Gaevsky
2016-08-28
Fixed #27136 -- Changed auth forms' autofocus attribute to HTML5 boolean syntax.
Jon Dufresne
2016-08-25
Replaced property() usage with decorator in several places.
Berker Peksag
2016-08-24
Fixed #27111 -- Fixed KeyError if USERNAME_FIELD isn't in UserCreationForm.fi...
Berker Peksag
2016-08-10
Fixed #26951 -- Allowed AuthenticationForm to work with a username of 0.
Olexander Yermakov
2016-05-16
Refs #21379 -- Normalized unicode username inputs
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
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
2015-12-05
Fixed #25165 -- Removed inline JavaScript from the admin.
Thomas Grainger
2015-09-18
Fixed #24944 -- Added extra_email_context parameter to password_reset() view.
sujayskumar
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-07-20
Reworded contrib.auth forms' password confirmation help_text.
Wim Feijen
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-07
Fixed #16860 -- Added password validation to django.contrib.auth.
Erik Romijn
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-03-28
Refs #15779 -- Fixed UserChangeForm regression introduced by 1791a7e75
Claude Paroz
2015-03-16
Fixed #5986 -- Added ability to customize order of Form fields
Thomas Tanner
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-02
Removed contrib.auth.forms.mask_password()
Tim Graham
2014-12-26
Fixed #23948 -- Moved password help text from the template to the form.
Tim Graham
2014-12-03
Removed redundant numbered parameters from str.format().
Berker Peksag
2014-09-03
Fixed #23409 -- Extract PasswordResetForm.get_users method.
Carl Meyer
2014-08-15
Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed().
Gabriel Muñumel
2014-07-21
Replaced instances of 'his/her' with 'their'.
Iain Dawson
[next]