- "Channel" is gone in favor of "Autocomplete" - More unit tests and new selenium tests - Javascript rewrite, for consistency and documentation - New view on /autocomplete_light/ allows admins to view the registry
0.6
Not secure
Backward compatibility break: {% autocomplete_light_static %} was removed. Instead, use {% include 'autocomplete_light/static.html' %} as demonstrated in the "Quick start" documentation.
Note that autocomplete_light/static.html does not include cities_light/autocomplete.js, so you have to load it yourself now.
0.5
Not secure
No backward compatibility break.
- Bugfix in generic channel example: demonstrate how to query_filter on multiple queryset types. - Bugfix in GenericForeignKeyField: allow none value. - Enhancement: autocomplete_light.contrib.generic_m2m supports generic many to many relations. - Enhancement: allow registration of model with custom channel attributes, this allows to register a model with another "search_name" than "name" without subclassing. - Documentation improvements.