DJANGO

Django Admin - Set Fields to Display

When you display a Model as a list, Django displays each record as the string representation of the record object, which in our case is "Member object (1)", "Member object(2)" etc.: