Skip to content

Commit

Permalink
Fixed #35702 -- Removed connection pooling note for mysql drivers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hisham-Pak authored and sarahboyce committed Aug 30, 2024
1 parent 7380ac5 commit 2b2a2c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/ref/databases.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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`_.
Expand Down

0 comments on commit 2b2a2c0

Please sign in to comment.