- Fix Added option clearInputOnSelectChoice, patch by vosi - Fix uninitialized js key, patch by vosi - Escape choices before putting them in html, patch by voidus - Added Simon Kohlmeyer to AUTHORS (Volodymyr was there already).
1.4.2 Fix 164: Support iterables in AutocompleteModel.order_by.
1.4.1
Not secure
- Fix 163: Use ._default_manager instead of .objects. Thanks kakulukia
1.4.0
Not secure
- BC Break: Default split_words to False again, to **not** match behaviour from django.contrib.admin which is definitively too naive. (Thanks kezabelle for helping in this decision). This means that the default behaviour is like pre-1.3.0 again. - Enable split_words='or' to use "OR" conditions on splitted words. - Set order_by=None by default in AutocompleteModel. - Added missing docstrings. - Made it easier to spot failing tests. - Covered all combinations with tests.
1.3.1
Not secure
- Support django 1.5 RelatedFieldWidgetWrapper in FixedModelForm, - Support django-responsive-admin theme (and probably many other customisations) by adding a div with clear:both after the widget.
1.3.0
- BC Break: Default split_words to True, to match behaviour from django.contrib.admin. - Added split_words and improved search_fields support for AutocompleteGeneric. - Fix 161: Avoid focusing on next field on widget initialization.
1.2.6 Fixed wrong docstring.
1.2.5
Not secure
Registry.__getitem__.
1.2.4 g1itch: Support hyphens in generic autocomplete object pks.