summaryrefslogtreecommitdiff
path: root/docs/ref/databases.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2025-01-28 08:02:13 +0100
committerGitHub <noreply@github.com>2025-01-28 08:02:13 +0100
commitd9af197801376fae178761cac12d57178a738cf4 (patch)
tree90f7ced27f7d847da4e29337e131696492047a4d /docs/ref/databases.txt
parent8eca4077f60fa0705ecfd9437c9ceaeef7a3808b (diff)
Refs #36005 -- Bumped minimum supported versions of 3rd-party packages.
This bumps minimum supported versions of 3rd-party packages to the first releases to support Python 3.12.
Diffstat (limited to 'docs/ref/databases.txt')
-rw-r--r--docs/ref/databases.txt6
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
~~~~~~~~~~~~~~~~~~~~~~