About Foreign Key Relationships with Lots of Choices

Django administration tip: if you have a foreign key relationship with potentially more than 20-30 entries, consider using raw_id_fields or autocomplete_fields.

Otherwise, the loading of the page might take too long for productive editing work.

Tips and Tricks User Experience Accessibility Django 4.2 Django 3.2 Django 2.2