Q can be used for the conditions you want to exclude when filtering with limit_choices_to in your Django projects.
from django.db.models import Q
limit_choices_to=~Q(user__name='Hope)
You have examined the knowledge base in detail, but if you cannot find the information you need,
Create a Support Ticket