ValidationError(ngettext("This password is too short. It must contain at least ""%(min_length)d character.","This password is too short. It must contain at least ""%(min_length)d characters.",self.min_length,),code="password_too_short",params={"min_length": self.min_length},)的处理方案