You mean like https://pypi.org/project/django-autocomplete-light/ ?
On Wednesday, 4 August 2021 at 20:45:16 UTC+2 Federico Capoano wrote: > Hi everyone, > > when adding adming filters by foreign key in the admin, sometimes the > possible values are too many to load. > > So I am thinking, why not load values asynchronously and show these with > select2? > Probably only a certain number of values should be fetched and then while > scrolling more values should be loaded. > > I am wondering, is there any solution for this already? > > Thanks in advance > Best regards > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/3b5ee45a-85ab-424e-beea-8d66cf5116b3n%40googlegroups.com.

