You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, we can add an attribute to source to prevent autocomplete results from being sorted by title.
In our opinion, this should not be the default behaviour. We think that most of the time user expect autocomplete suggestions to be sorted by pertinence.
Would you agree to change this modifying this line of widgets.py:
if getattr(source, 'do_post_sort', True):
if getattr(source, 'do_post_sort', False):
The text was updated successfully, but these errors were encountered:
Now, we can add an attribute to source to prevent autocomplete results from being sorted by title.
In our opinion, this should not be the default behaviour. We think that most of the time user expect autocomplete suggestions to be sorted by pertinence.
Would you agree to change this modifying this line of widgets.py:
The text was updated successfully, but these errors were encountered: