Re-added missing impl attribute
This commit is contained in:
@@ -115,6 +115,7 @@ class PasswordType(types.TypeDecorator, ScalarCoercible):
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
impl = types.VARBINARY(1024)
|
||||||
python_type = Password
|
python_type = Password
|
||||||
|
|
||||||
def __init__(self, max_length=None, **kwargs):
|
def __init__(self, max_length=None, **kwargs):
|
||||||
|
Reference in New Issue
Block a user