A module's default_col specifies the column to display - for example as the text value in CMS select inputs. I've specified this for a model table where the 2nd column wasn't a suitable display field and using a foreign_keys relationship, the options text value didn't alter to the column specified by default_col.
Moving the column (to the 2nd defined) in SQL did (obviously) fix this, but I thought default_col usually handled that - or is a foreign_key relationship beyond its scope?
Comments