diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-05 16:34:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-05 16:34:14 +0100 |
| commit | 7d9329935a842510fab5eb2634bf08e40e1cb2cb (patch) | |
| tree | 8126f686ccf1b506a898a6c1e8624b13fba23989 /docs/ref/databases.txt | |
| parent | 6c86495bcee22eac19d7fb040b2988b830707cbd (diff) | |
Refs #32355 -- Bumped mysqlclient requirement to >= 1.4.3.
mysqlclient 1.4.3 is the first release to support Python 3.8.
Diffstat (limited to 'docs/ref/databases.txt')
| -rw-r--r-- | docs/ref/databases.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index ee573c5f65..860d550232 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -450,7 +450,7 @@ Connector/Python includes `its own`_. mysqlclient ~~~~~~~~~~~ -Django requires `mysqlclient`_ 1.4.0 or later. +Django requires `mysqlclient`_ 1.4.3 or later. MySQL Connector/Python ~~~~~~~~~~~~~~~~~~~~~~ |
