Hypothetically: I have a model called Car, which relates to one user. My concern is within the default Django Admin. I assign a user to a car via a drop down (this is default Django behavior, so I'm told).
What happens when I have 1000s+ of users to pick from in the drop down. Does the admin deal with this, if so how?