agiliq / django-graphos

Django charting made *really* easy.
http://agiliq.com/demo/graphos
BSD 2-Clause "Simplified" License
442 stars 98 forks source link

Allow foreign key lookups in model data source #125

Open bjornkri opened 6 years ago

bjornkri commented 6 years ago

Enables django style foreign key lookups in model data sources. E.g. company__name will get the value of name from 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.