- Replace deprecated option_list in commands with add_arguments method
- Update Django versions in tox config and docs
- Fix encoding issue in installation. In at least one known environment/Python3 combination an encoding issue prevented installation of the package.
- Allow changing search settings on an index-by-index basis
- Set default analyzer for ngram fields
- Switch to py.test
- Tests against Django 1.8, 1.9
- Drop pyelasticsearch requirement for installation
- Bug fix in show_document management command
- Major structural changes
- Bugfix for configurable search fields
- Require pyelasticsearch for installation
- Fixed reference to old method
- Search form can search using specified field name
- Added management command to output mapping for an individual document
- Added default analyzer setting
- Packaging fix
- Initial release