Fixes in usermodel, fixed errors in webmodel, fixes in lists documentation

This commit is contained in:
absurdo 2023-04-03 01:20:54 +02:00
parent 6c9d115579
commit db23fb230b
3 changed files with 8 additions and 8 deletions

View file

@ -25,9 +25,9 @@ class SimpleList:
Attributes:
raw_query (boolean): If True then raw query is done, if False then query with all related fields is done
t (PTemplate): Template used for the class. Normally template subclassed from admin_t PTemplate
model (WebModel) The webmodel used for generate the admin model form
fields (list) A list with fields names of model getting of db query
fields_showed (list) A list with fields names of model showed in list
model (WebModel): The webmodel used for generate the admin model form
fields (list): A list with fields names of model getting of db query
fields_showed (list): A list with fields names of model showed in list
url (str): Base url used by SimpleList for generate edit, insert and other urls.
limit_pages (int): The number of items by page. By default, 20 items
order_defaults (list): Internal list used for define Ascendent and Descendent in sql queries