sdolemelipone
|
9d726c7902
Fixed #34187 -- Made UserCreationForm save many-to-many fields.
|
преди 2 години |
Simon Kern
|
de2c2127b6
Fixed #34066 -- Fixed link to password reset view in UserChangeForm.password's help text when using to_field.
|
преди 2 години |
Marcelo Galigniana
|
b440493eaa
Completed test coverage for contrib.auth.forms.
|
преди 2 години |
Shai Berger
|
fdf0f62521
Fixed ReadOnlyPasswordHashWidget's template for RTL languages.
|
преди 2 години |
Mariusz Felisiak
|
7119f40c98
Refs #33476 -- Refactored code to strictly match 88 characters line length.
|
преди 3 години |
django-bot
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
преди 3 години |
Mads Jensen
|
c51bf80d56
Used more specific unittest assertions in tests.
|
преди 4 години |
David Sanders
|
536c155e67
Fixed #32765 -- Removed "for" HTML attribute from ReadOnlyPasswordHashWidget.
|
преди 3 години |
Timo Ludwig
|
d8dfff2ab0
Fixed #32235 -- Made ReadOnlyPasswordHashField disabled by default.
|
преди 4 години |
François Freitag
|
9ef4a18dbe
Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.
|
преди 5 години |
Simon Charette
|
5b1fbcef7a
Fixed CVE-2019-19844 -- Used verified user email for password reset requests.
|
преди 5 години |
Sam Reynolds
|
6c9778a58e
Fixed #30776 -- Restored max length validation on AuthenticationForm.UsernameField.
|
преди 5 години |
Jon Dufresne
|
42b9a23267
Fixed #30400 -- Improved typography of user facing strings.
|
преди 5 години |
Hasan Ramezani
|
dcb8f00d06
Fixed #29379 -- Added autocomplete attribute to contrib.auth.forms fields.
|
преди 6 години |
Ally Weir
|
bd228cb599
Fixed mis-capitalisation in comment.
|
преди 5 години |
Jon Dufresne
|
8d76443aba
Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escape()/unescape().
|
преди 6 години |
pmisteli
|
9410db9683
Fixed #30236 -- Made UsernameField render with autocapitalize="none" HTML attribute.
|
преди 6 години |
Tim Graham
|
f3fa86a89b
Fixed #29449 -- Reverted "Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.auth."
|
преди 6 години |
Mads Jensen
|
9c651641f1
Added additional AdminPasswordChangeForm tests.
|
преди 7 години |
Malte Gerth
|
874977d388
Fixed #29270 -- Fixed UserChangeForm crash if password field is excluded.
|
преди 7 години |
Tim Graham
|
af33fb250e
Fixed CVE-2018-6188 -- Fixed information leakage in AuthenticationForm.
|
преди 7 години |
shanghui
|
3333d935d2
Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.auth.
|
преди 7 години |
shanghui
|
359370a8b8
Fixed #28645 -- Reallowed AuthenticationForm to raise the inactive user error when using ModelBackend.
|
преди 7 години |
Jon Dufresne
|
6ed347d851
Fixed #28706 -- Moved AuthenticationFormn invalid login ValidationError to a method for reuse.
|
преди 7 години |
Lucas Connors
|
5ceaf14686
Fixed #27515 -- Made AuthenticationForm's username field use the max_length from the model field.
|
преди 7 години |
Lucas Connors
|
d233391208
Refs #19130 -- Added a test for AuthenticationForm.username max_length.
|
преди 7 години |
Andrew Pinkham
|
a96b981d84
Fixed #28127 -- Allowed UserCreationForm's password validation to check all user fields.
|
преди 8 години |
Tim Graham
|
dff559ff83
Fixed #28097 -- Fixed layout of ReadOnlyPasswordHashWidget.
|
преди 8 години |
Claude Paroz
|
c651331b34
Converted usage of ugettext* functions to their gettext* aliases
|
преди 8 години |
chillaranand
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
преди 8 години |