Re: Autocomplete for Admin search field

2016-06-08 Thread Derek
I have not done this; but I think you would need to overwrite the default Django template and add in a special widget (such as the django-autocomplete- light one). Bear in mind you'd also need to handling searching across multiple fields. On Wednesday, 8 June 2016 14:08:54 UTC+2, Александр Жид

Autocomplete for Admin search field

2016-06-08 Thread Александр Жидовленко
Could search_field in Django Admin has autocomplete? http://dl2.joxi.net/drive/2016/06/08/0001/1889/128865/65/95babc09ea.jpg In my case I want to type name of product and to see autocomplete list of products. I found django-autocomplete-light but it uses autocomlete only on change_list pages. Am