MCPcopy
hub / github.com/django/django / __init__

Method __init__

django/contrib/auth/forms.py:596–599  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

594 usable_password = SetUnusablePasswordMixin.create_usable_password_field()
595
596 def __init__(self, *args, **kwargs):
597 super().__init__(*args, **kwargs)
598 self.fields["password1"].required = False
599 self.fields["password2"].required = False

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected