@@ -16,15 +16,28 @@ Elasticsearch documents.
1616Prerequisites
1717=============
1818
19- - Django 1.8, 1.9, 1.10, 1.11 and 2.0 .
20- - Python 2.7, 3.4, 3.5, 3.6
19+ - Django 1.8, 1.9, 1.10, 1.11, 2.0 and 2.1 .
20+ - Python 2.7, 3.4, 3.5, 3.6, 3.7
2121- Elasticsearch 2.x, 5.x, 6.x
2222
2323Dependencies
2424============
2525
26- - `django-elasticsearch-dsl <https://pypi.python.org/pypi/django-elasticsearch-dsl >`_
27- - `djangorestframework <https://pypi.python.org/pypi/djangorestframework >`_
26+ **elasticsearch and elasticsearch-dsl **
27+
28+ Depending on your Elasticsearch version (either 2.x, 5.x or 6.x) you should
29+ use 2.x, 5.x or 6.x versions of the ``elasticsearch `` and ``elasticsearch-dsl ``
30+ packages accordingly.
31+
32+ **django-elasticsearch-dsl **
33+
34+ You are advised to use the latest version of `django-elasticsearch-dsl
35+ <https://pypi.python.org/pypi/django-elasticsearch-dsl> `_.
36+
37+ **djangorestframework **
38+
39+ Initial version of this package was written for `djangorestframework
40+ <https://pypi.python.org/pypi/djangorestframework> `_ 3.6.2.
2841
2942Documentation
3043=============
@@ -122,7 +135,7 @@ To test against specific environment, type:
122135
123136.. code-block :: sh
124137
125- tox -e py36-django110
138+ tox -e py37-django21
126139
127140 To test just your working environment type:
128141
0 commit comments