Hello everyone,
Wish you all a happy new year.
So recently I decided To enhance my django admin app.
I have a model that have two foreign key (let’s say Responsable and Client) inside him so like a Many to Many relationship.
Now, In my django admin side I wanna do like bulk creation of the objects.
The base case is The admin choose a responsable then a client.
My new feature is like The admin choose a Responsable and then can select multiple clients and bulk saving after that.
I wanna use the admin.widgets.Autocomplete on both of them
I tried first with the Responsable and it doesn’t display anything. But when I changed to normal select then it show all responsable.

Like this when it’s on Autocomplete.
So can someone guide me on how to use the Aucomplete widget perfectly?
Sorry my english is a little bad.