Fixed #35702 -- Removed connection pooling note for mysql drivers.

This commit is contained in:
Hisham Mahmood 2024-08-29 00:04:17 +05:00 committed by Sarah Boyce
parent 7380ac5734
commit 2b2a2c0e26
1 changed files with 0 additions and 2 deletions

View File

@ -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/ .. _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 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 drivers from its ORM. Django provides an adapter for mysqlclient while MySQL
Connector/Python includes `its own`_. Connector/Python includes `its own`_.