diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/databases.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 217be19728..541f6e6b71 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -115,8 +115,8 @@ below for information on how to set up your database correctly. PostgreSQL notes ================ -Django supports PostgreSQL 14 and higher. `psycopg`_ 3.1.8+ or `psycopg2`_ -2.8.4+ is required, though the latest `psycopg`_ 3.1.8+ is recommended. +Django supports PostgreSQL 14 and higher. `psycopg`_ 3.1.12+ or `psycopg2`_ +2.9.9+ is required, though the latest `psycopg`_ 3.1.12+ is recommended. .. note:: @@ -486,7 +486,7 @@ Connector/Python includes `its own`_. mysqlclient ~~~~~~~~~~~ -Django requires `mysqlclient`_ 1.4.3 or later. +Django requires `mysqlclient`_ 2.2.1 or later. MySQL Connector/Python ~~~~~~~~~~~~~~~~~~~~~~ |
