summaryrefslogtreecommitdiff
path: root/docs/ref/databases.txt
diff options
context:
space:
mode:
authorHisham Mahmood <hishammahmood41@gmail.com>2024-08-29 00:04:17 +0500
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-08-30 09:08:32 +0200
commit2b2a2c0e26e9e01792a0e9fee790aac48ff474bc (patch)
treef62cf85f26e34e0a8fd0d4d7116485a5406a9580 /docs/ref/databases.txt
parent7380ac57340653854bc2cfe0ed80298cdac6061d (diff)
Fixed #35702 -- Removed connection pooling note for mysql drivers.
Diffstat (limited to 'docs/ref/databases.txt')
-rw-r--r--docs/ref/databases.txt2
1 files changed, 0 insertions, 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`_.