core.Table (Table)¶
Actions
- An
AbstractTablethat works on a Django Model using a QuerySet.
A Table inherits from
AbstractTableand adds attributes likemodelandmasterandmaster_keywho are important because Lino handles relations automagically.Another class of attributes are filter, exclude and sort_order which are thin wrappers to Django’s query lookup parameters of same name.
See
dd.Table.