-------------------
- Optimize ElasticSearch backend (closes 1590) [Chris Adams]
Thanks to klass-ivan for the patch
- [elasticsearch backend] - Fixed index re-obtaining for every field.
[Ivan Klass]
- Django 2.0 compatibility (closes 1582) [Chris Adams]
Thanks to mpauly and timgraham for working on this and dani0805,
andrewbenedictwallace, rabidcicada, webtweakers, nadimtuhin, and
JonLevischi for testing.
- Implemented TG's review comments. [Martin Pauly]
- Drop support for old django versions. [Martin Pauly]
- For some reason the mock needs to return something. [Martin Pauly]
- Django 2.0 changes to tests. [Martin Pauly]
- Dropped a few unnecessary interactive=False. [Martin Pauly]
- Replace get_coords() by coords in more places. [Martin Pauly]
- Ignore python2 Django2 combination. [Martin Pauly]
- Drop tests for Django < 1.11. [Martin Pauly]
- Update requirements in setup.py. [Martin Pauly]
- Update imports to drop Django 1.8 support. [Martin Pauly]
- Fix intendation error in tox.ini. [Martin Pauly]
- Merge https://github.com/django-haystack/django-haystack. [Martin
Pauly]
- Added a test for exclusion of M2M fields for ModelSearchIndex. [Martin
Pauly]
- In Django 2.0 ForeinKeys must have on_delete. [Martin Pauly]
- Assuming that everyone who wants to run these tests upgrades pysolr.
[Martin Pauly]
- Django 2.0 is not compatible with python 2.7. [Martin Pauly]
- Deal with tuples and strings. [Martin Pauly]
- Fix a bug due to string __version__ of pysolr. [Martin Pauly]
- Fix tox. [Martin Pauly]
- Mocking order. [Martin Pauly]
- Reverse order. [Martin Pauly]
- Update test - the interactive kwarg is only passed to the clear_index
command. [Martin Pauly]
- Revert "Trigger travis build" [Martin Pauly]
This reverts commit 7a9ac3824d7c6d5a9de63e4144ccb8c78daf60d6.
- Trigger travis build. [Martin Pauly]
- Update authors. [Martin Pauly]
- Update tests. [Martin Pauly]
- Update imports. [Martin Pauly]
- Fix missing attribute rel. [Martin Pauly]
- Add the corresponding option for update_index. [Martin Pauly]
- Fix import order. [Martin Pauly]
- Exclude unused options for call of clear_index and update_index.
[Martin Pauly]
- Merge pull request 1576 from claudep/pep479. [Chris Adams]
Replaced deprecated StopIteration by simple return
- Replaced deprecated StopIteration by simple return. [Claude Paroz]
Compliance to PEP 479.
- Merge pull request 1588 from bit/patch-1. [Justin Caratzas]
make BaseInput.__repr__ for in python3
- Update inputs.py. [bit]
- Make BaseInput.__repr__ for in python3. [bit]
remove call to __unicode__