Historia zmian

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