I have a model whos first field is a link field that references another model.
i.e.
Venue{
club -> Club
someOtherField -> String
}
When viewing the the records the lable for the record can only be set to another string field.
I want the record to display the title field of the club field instead.
This does not appear to be an option. Instead i just record the record ID I Believe.