mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #35702 -- Removed connection pooling note for mysql drivers.
This commit is contained in:
parent
7380ac5734
commit
2b2a2c0e26
1 changed files with 0 additions and 2 deletions
|
@ -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`_.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue