mirror of
https://github.com/django/django.git
synced 2024-11-21 19:09:18 +01:00
Fixed #35702 -- Removed connection pooling note for mysql drivers.
This commit is contained in:
parent
7380ac5734
commit
2b2a2c0e26
@ -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…
Reference in New Issue
Block a user