kopia lustrzana https://github.com/wagtail/wagtail
Specify Elasticsearch <6.3.1
rodzic
386378fc34
commit
659a57d75f
|
@ -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:
|
||||
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -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 =
|
||||
|
|
Ładowanie…
Reference in New Issue