summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-12-22 20:32:55 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-12-22 20:33:49 +0100
commitb5f60ef5a74a86bf8d7fbebf2000284bffb61aac (patch)
treeaf69f9e578b99ea886b1a5be4ffa1b2cc6c3ae05 /docs/ref
parenta0e01b000a0d1960cf23f35daf9c60f812671f3b (diff)
[4.0.x] Refs #32355 -- Bumped required psycopg2 version to 2.8.4.
psycopg2 2.8.4 is the first release to support Python 3.8. Backport of ca04659b4b3f042c1bc7e557c25ed91e3c56c745 from main
Diffstat (limited to 'docs/ref')
-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 7415795f31..b0b9259da0 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -103,7 +103,7 @@ below for information on how to set up your database correctly.
PostgreSQL notes
================
-Django supports PostgreSQL 10 and higher. `psycopg2`_ 2.5.4 or higher is
+Django supports PostgreSQL 10 and higher. `psycopg2`_ 2.8.4 or higher is
required, though the latest release is recommended.
.. _psycopg2: https://www.psycopg.org/