In Django 2.0, the Admin introduces an auto complete field. It works great but I can't seem to figure out a way to prevent the user from changing the foreign key object that is mapped in, without making it read only. If I make it read only the foreign key object is not editable using the edit button.
Any suggestions?