package documentation

Related Feature List field

Represents a parent->child 1:M relationship to another model:

+--------------+       +-------------+
| parent table |       | child table |
+--------------+       +-------------+
| key          |-----<<| parent_key  |
+--------------+       +-------------+

The value of the field is a list of child features.

This object is implemented as a "related_multi_feature_list" with a single target model.

Package _test Undocumented

From __init__.py:

Class Config No class docstring; 3/3 class variables documented
Class Object Undocumented
Class Props Undocumented