Added more doctstrings to functions and classes
This commit is contained in:
parent
799cfe2125
commit
131e93c679
3 changed files with 104 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ class GenerateAdminClass:
|
|||
t (PTemplate): Template used for the class. Normally template subclassed from admin_t PTemplate
|
||||
|
||||
Attributes:
|
||||
model (WebModel) The webmodel used for generatre the admin model form
|
||||
model (WebModel) The webmodel used for generate the admin model form
|
||||
t (PTemplate): Template used for the class. Normally template subclassed from admin_t PTemplate
|
||||
list (SimpleList): A SimpleList class used for generate the listing
|
||||
arr_fields_edit (list): A list with the fields that the user can edit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue