From 2b2a2c0e26e9e01792a0e9fee790aac48ff474bc Mon Sep 17 00:00:00 2001 From: Hisham Mahmood Date: Thu, 29 Aug 2024 00:04:17 +0500 Subject: [PATCH] Fixed #35702 -- Removed connection pooling note for mysql drivers. --- docs/ref/databases.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 3db1b57652..73a67475fe 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -479,8 +479,6 @@ MySQL has a couple drivers that implement the Python Database API described in .. _MySQL Connector/Python: https://dev.mysql.com/downloads/connector/python/ -These drivers are thread-safe and provide connection pooling. - In addition to a DB API driver, Django needs an adapter to access the database drivers from its ORM. Django provides an adapter for mysqlclient while MySQL Connector/Python includes `its own`_.