Non-primary foreign keys in Django
I have two tables from a legacy database that I want to access from a Django site. They look like this: Table A id (int, primary key) name (string, unique) ... Table B id (int, primary key) name