- Make AutocompleteModelTemplate the default autocomplete base for models. - Added ChoiceField and MultipleChoiceField. - Renamed .div class to .block, backward compatibility is preserved. - BC Break: Restyled autocomplete widget to look more modern. If you want the old style back, include autocomplete_light/old_style.css.
2.0.0a1
Not secure
- Fix 168: ensure that autocompletion inputs behaves like django when it comes to values that were removed from the queryset.
1.4.7
Not secure
- Fix 190: Remove Django 1.6 Depreciation Warning, - Fix 189: Fixed support for USE_THOUSAND_SEPARATOR.
1.4.6
Not secure
- Fix 188: Added debouncing in autocomplete.js, - Fix 173: load static from staticfiles.
1.4.5
Not secure
- Fix 180: Support HTTPS in remote.js, - Fix 184: Mouse support upgrade in focus management, - Fix 182: Removed hard-coded class="" attribute.