jquery-autocomplete-light/8: Positionning bug fix by marianobianchi, jquery-autocomplete-light/6: Bugfix: Firefox won't hide input after reload when option was selected by marianobianchi, 483: German translation by Mounir Messelmeni 476, 474, 482, documentation improvements by Mounir, Visgean Skeloru and Florentin Hennecker.
2.2.5
Not secure
452 Fix the case where there is a cap in the pg table or column name 454: AutocompleteModel.order_by being a list would crash.
2.2.4
Not secure
463 Update jquery-autocomplete-light which contains IE8 fixes. yourlabs/jquery-autocomplete-light4 by RaphaelKimmig.
2.2.3
Not secure
447: Ambiguous column names strikes again. This time we're using the .column field attribute and covered a couple of cases including model inheritance. yourlabs/jquery-autocomplete-light4 fixed clearInputOnSelectChoice behaviour by RaphaelKimmig:
- by clearing autocomplete.value as well as input.val we make sure that subsequent clicks will not open the autocomplete filtered by a value that is no longer visible to the user - by clearing the input before triggering the focus we make sure the minimumCharacters settings is honored
2.2.2
Not secure
422: Ambiguous column names in AutocompleteModelBase. Also removed a generic exception expect/pass.
2.2.1
Not secure
Django 1.8 admin support hacks broke create_choices_on_the_fly example and probably some other wicked JS things in user projects.
Note that we have also extracted django admin specific hooks from widget.js into django_admin.js. So if you have custom JS loading in the admin instead of `{% include 'autocomplete_light/static.html' %}` then you should update it to include django_admin.js in django admin.