diff options
| author | Hisham Mahmood <hishammahmood41@gmail.com> | 2024-08-29 00:04:17 +0500 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-08-30 09:08:32 +0200 |
| commit | 2b2a2c0e26e9e01792a0e9fee790aac48ff474bc (patch) | |
| tree | f62cf85f26e34e0a8fd0d4d7116485a5406a9580 /docs/ref/databases.txt | |
| parent | 7380ac57340653854bc2cfe0ed80298cdac6061d (diff) | |
Fixed #35702 -- Removed connection pooling note for mysql drivers.
Diffstat (limited to 'docs/ref/databases.txt')
| -rw-r--r-- | docs/ref/databases.txt | 2 |
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`_. |
