Specify Elasticsearch <6.3.1

pull/4719/merge
Matt Westcott 2018-08-10 14:27:07 +01:00
rodzic 386378fc34
commit 659a57d75f
2 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -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:

Wyświetl plik

@ -50,7 +50,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 =