Class of the user data edition form.
More...
Static Public Attributes |
tuple | email |
Detailed Description
Class of the user data edition form.
Definition at line 218 of file user.py.
Constructor & Destructor Documentation
def src.wi.forms.user.AccountDataEdit.__init__ |
( |
|
self, |
|
|
|
args, |
|
|
|
kwargs |
|
) |
| |
Member Function Documentation
def src.wi.forms.user.AccountDataEdit.clean_default_cluster_id |
( |
|
self | ) |
|
Cast 'default_cluster_id' to int.
Definition at line 253 of file user.py.
def src.wi.forms.user.AccountDataEdit.clean_email |
( |
|
self | ) |
|
Validate that the supplied email address is unique for the site.
Definition at line 237 of file user.py.
Member Data Documentation
tuple src.wi.forms.user.AccountDataEdit.email |
|
static |
Initial value:forms.EmailField(widget=forms.TextInput(attrs=dict(maxlength=255)),
label=_('Email address'))
Definition at line 219 of file user.py.
src.wi.forms.user.AccountDataEdit.old_email |
The documentation for this class was generated from the following file: