Hypothetically: I have a model called Car that applies to a single user. My problem is with the default Django admin. I assign the user to the machine via the drop-down menu (this is the default Django behavior, so they tell me).
What happens when I have 1000 + users who can be selected from the drop-down list. The administrator copes with this, if so, how?
source
share