Specify Elasticsearch <6.3.1

This commit is contained in:
Matt Westcott 2018-08-10 14:27:07 +01:00
parent ef98b7bba1
commit 5c5f0849c1
2 changed files with 6 additions and 2 deletions

View file

@ -115,7 +115,11 @@ Prerequisites are the `Elasticsearch`_ service itself and, via pip, the `elastic
.. code-block:: sh
pip install "elasticsearch>=6.0.0,<7.0.0" # for Elasticsearch 6.x
pip install "elasticsearch>=6.0.0,<6.3.1" # for Elasticsearch 6.x
.. warning::
| Version 6.3.1 of the Elasticsearch client library is incompatible with Wagtail. Use 6.3.0 or earlier.
The backend is configured in settings:

View file

@ -48,7 +48,7 @@ deps =
elasticsearch2: elasticsearch>=2,<3
elasticsearch5: elasticsearch>=5,<6
elasticsearch5: certifi
elasticsearch6: elasticsearch>=6,<7
elasticsearch6: elasticsearch>=6,<6.3.1
elasticsearch6: certifi
setenv =