I have a people table and a bridge table which are related. bridge table has a foreignkey field for people table. When I click add from django admin it shows the peopleid in a drop down list. What I want to do is I want to show the …
See the rest here:
How to display other field(not the foreign key) in admin dropdown list