We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04bd38 commit 6063c60Copy full SHA for 6063c60
docs/index.rst
@@ -30,6 +30,9 @@ Compatibility
30
The library is compatible with all Elasticsearch versions since ``2.x`` but you
31
**have to use a matching major version**:
32
33
+For **Elasticsearch 6.0** and later, use the major version 7 (``7.x.y``) of the
34
+library.
35
+
36
For **Elasticsearch 6.0** and later, use the major version 6 (``6.x.y``) of the
37
library.
38
@@ -42,6 +45,9 @@ library.
42
45
The recommended way to set your requirements in your `setup.py` or
43
46
`requirements.txt` is::
44
47
48
+ # Elasticsearch 7.x
49
+ elasticsearch-dsl>=7.0.0,<8.0.0
50
51
# Elasticsearch 6.x
52
elasticsearch-dsl>=6.0.0,<7.0.0
53
0 commit comments