summaryrefslogtreecommitdiff
path: root/docs/ref/databases.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-05-04 06:28:51 +0200
committerGitHub <noreply@github.com>2022-05-04 06:28:51 +0200
commit37470bbd9089b1c64a5783438b42b31336937845 (patch)
tree90984a794adfe072ab5694415a0c668edb29b76a /docs/ref/databases.txt
parent9d04711261156c487c6085171398070ea3df8122 (diff)
Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.
Diffstat (limited to 'docs/ref/databases.txt')
-rw-r--r--docs/ref/databases.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index 009cce6f97..c270f56942 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -114,7 +114,7 @@ below for information on how to set up your database correctly.
PostgreSQL notes
================
-Django supports PostgreSQL 10 and higher. `psycopg2`_ 2.8.4 or higher is
+Django supports PostgreSQL 11 and higher. `psycopg2`_ 2.8.4 or higher is
required, though the latest release is recommended.
.. _psycopg2: https://www.psycopg.org/