In django, if I set a field in a model to a foreign key, \"_id\" is appended to the name of that field. How can this be prevented?
\"_id\"
You can set the field's db_column attribute to whatever you'd like.