- Rewrote large portions of the package
- Implemented templates for each renderable callback
- Now uses form fields vice widgets to allow updating the queryset correctly
- Simplified from 4 wigets to 2 fields
- Implemented configuration objects to customize behavior
- Add ability to trigger tomselect creation on individual elements
- Add ability to specify the bootstrap version to use at project & widget level
- Minor linting improvements
- Expand and correct text in README
- Correct licence header
- Rename package to
django-tomselect
- Add ability to turn on/off the value field in tabular widget
- Change
search_lookup
tosearch_lookups
to allow multiple lookups - Improve documentation
- assign search term as AutocompleteView instance variable 'q'
- wrap create_object in an atomic block
- fix dropdown footer being visible when it has no content (#2)
- set sensible defaults for widget attributes (#3, #4)
- AutocompleteView: unquote search var string
- call values() on result queryset with fields specified on the widget only
- this reduces query overhead
- allows including values from many-to-one relations
- fix handling of undefined column data
- refactor filterBy filtering in autocomplete view
- add
search_lookup
argument to MIZSelect widget - AutocompleteView now uses the
search_lookup
to filter the results
- initial release