




This release fixes an important usability but on the manychoice fields, and introduces a minor backward compatibility break:
[multiple]
, bd9ca0085Thanks George Tantiras for reporting the bug ! Note that only paliative solutions have been taken for v2:
As for v3, it is designed to support any number of autocomplete scripts, and the first proposed implementation is with select2, so chances that this kind of bug happen are greatly reduced.
If you haven’t already, replace your import autocomplete_light
statements by from autocomplete_light import shortcuts as autocomplete_light
. This is required if using django 1.9+.
Hopefuly for your little fingers, that long statement becomes from dal import autocomplete
in v3.