Detailview Object Relations
问题 ;TLDR - After some solutions discovered, my final question is how can I, if at all, access models related to models related to the main detailview model? I'm trying to use a generic detailview to return an object and it's related object. In this example, a company like mcdonalds would have any sites (or locations). What I want the detailview to be able to show is the company detail, and the site detail related to the company. I'm stuck though. Dispite my efforts in not asking for help, I have