Fixes in fields for apidocs
This commit is contained in:
parent
66070fdc41
commit
a84a2b51ff
11 changed files with 51 additions and 3 deletions
|
|
@ -38,6 +38,7 @@ class PasswordField(PhangoField):
|
|||
self.name_form=PasswordForm
|
||||
self.default_value=''
|
||||
self.encrypt_password=True
|
||||
self.jformat='password'
|
||||
|
||||
def check(self, value):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue