Open bjornkri opened 7 years ago
Enables django style foreign key lookups in model data sources. E.g. company__name will get the value of name from company.
company__name
name
company
I realise you can easily define properties and look up by those, but this was useful for a project I'm working on and thought I'd share.
Enables django style foreign key lookups in model data sources. E.g.
company__name
will get the value ofname
fromcompany
.I realise you can easily define properties and look up by those, but this was useful for a project I'm working on and thought I'd share.