- Fix 204: Restore AutocompleteModelBase as default, - Fix 205: Support Python3 in views, - Fixed 404 response in AutocompleteView.
2.0.0a3
Not secure
- Do not interfere with non-autocomplete-enabled form fields, - Ported taggit support to Python3, - Renamed TaggitTagField to TaggitField and integrated TaggitField into autocomplete_light.ModelForm,
2.0.0a2
Not secure
- 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.