You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure why this does not turn up as error for the given functions where it is used as parameters. E.g. contrib.auth.password_validation.validate_password uses the validate method of the argument / return value from get_default_password_validators typed PasswordValidator.
Bug report
What's wrong
How is that should be
The methods of all actual Validators look like this.
I am not sure why this does not turn up as error for the given functions where it is used as parameters. E.g.
contrib.auth.password_validation.validate_password
uses thevalidate
method of the argument / return value fromget_default_password_validators
typedPasswordValidator
.System information
django-stubs
version: masterThe text was updated successfully, but these errors were encountered: