From 7d9329935a842510fab5eb2634bf08e40e1cb2cb Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Thu, 5 Jan 2023 16:34:14 +0100 Subject: Refs #32355 -- Bumped mysqlclient requirement to >= 1.4.3. mysqlclient 1.4.3 is the first release to support Python 3.8. --- docs/ref/databases.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/databases.txt') 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 ~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.3