(Django 1.8) I have a table which has 4 many-to-many relationship to other tables. Two of these tables have so many entries and that is causing the admin page to load very slowly because it is trying to load all the entries in the lists. Is there a way to avoid the internal admin page query for loading all the entries of the big tables to speed up the admin page load? I think the best way is to only list the selected values but I'm not sure how.(Django 1.8) I have a table which has 4 many-to