I have a model 'A' with a foreign key 'b', and in the admin I want to have the standard pulldown with the names from b. But I also want to display a secondary field for b, preferably in the help_text, or something like that, but I'll take it as part of the name as long as I can do some formatting on it, and that it doesn't override the name for other models that have the same foreign key.I have a model 'A' with a foreign key 'b', and