core.Table
: Table¶
- An
AbstractTable
that works on a Django Model using a QuerySet.
A Table inherits from
AbstractTable
and adds attributes likemodel
andmaster
andmaster_key
who 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
.