Re: changing view to display name field instead of id

2007-08-21 Thread NOSLOW
Please provide a little more detail. I'm not following totally because when you say the two models are not directly associated, but one has the id of the other, that's a contradiction. When a table has a foreign key, it's directly related to that other table. Just make sure you define that relatio

changing view to display name field instead of id

2007-08-18 Thread rtanz
how should i change a model's view in order to display a link to another model's record name instead of the record id? given that the view's current model only stores the id of the other model and not the name, and the two models are not directly associated thanks --~--~-~--~~---