From ca04659b4b3f042c1bc7e557c25ed91e3c56c745 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 22 Dec 2021 20:32:55 +0100 Subject: Refs #32355 -- Bumped required psycopg2 version to 2.8.4. psycopg2 2.8.4 is the first release to support Python 3.8. --- docs/ref/databases.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref') diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index ab86599e40..2886206959 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.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/ -- cgit v1.3