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 6765c55 commit ec587c7Copy full SHA for ec587c7
README.rst
@@ -36,7 +36,7 @@ Quickstart
36
37
Install Django Elasticsearch DSL::
38
39
- pip install django-elasticsearch-dsl
+ pip install https://github.com/sabricot/django-elasticsearch-dsl/archive/6.4.0.tar.gz
40
41
42
setup.py
@@ -8,7 +8,7 @@
8
except ImportError:
9
from distutils.core import setup
10
11
-version = '0.5.1'
+version = '6.4.0'
12
13
if sys.argv[-1] == 'publish':
14
try:
@@ -42,7 +42,7 @@
],
43
include_package_data=True,
44
install_requires=[
45
- 'elasticsearch-dsl>=6.3.0',
+ 'elasticsearch-dsl>=6.4.0<7.0.0',
46
47
license="Apache Software License 2.0",
48
zip_safe=False,
0 commit comments