Skip to content

Commit 2630638

Browse files
authored
API docs: clarify what fallback version support means (#734)
1 parent c9f5709 commit 2630638

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/source/index.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,14 @@ Python versions supported:
1919

2020
.. note::
2121

22-
The Python driver 1.7 supports older versions of python.
22+
The Python driver 1.7 supports older versions of Python.
2323
However, the Python driver 1.7 works in fallback mode with Neo4j 4.x.
24-
It does not support features introduced in Neo4j 4.0 and later, such as multiple databases, Neo4j Fabric, and fine-grained access control.
25-
To run multiple databases online concurrently and do distributed queries over them, you must migrate from 1.7 to 4.x.
24+
Practically this means that we do not recommend this, nor do we offer
25+
support or fixes. Furthermore, this combination does not support features
26+
introduced in Neo4j 4.0 and later, such as multiple databases, Neo4j Fabric,
27+
and fine-grained access control. To run multiple databases online
28+
concurrently and do distributed queries over them, you must migrate from 1.7
29+
to 4.x.
2630

2731

2832
******

0 commit comments

Comments
 (0)