diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-12-22 20:32:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-22 20:32:55 +0100 |
| commit | ca04659b4b3f042c1bc7e557c25ed91e3c56c745 (patch) | |
| tree | 053ba7592f3055adc4544f56888189ccd37b7e72 /docs | |
| parent | c4328c2f4e958c13dbe1ff47368f06982dfa59b2 (diff) | |
Refs #32355 -- Bumped required psycopg2 version to 2.8.4.
psycopg2 2.8.4 is the first release to support Python 3.8.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/databases.txt | 2 | ||||
| -rw-r--r-- | docs/releases/4.0.txt | 3 |
2 files changed, 4 insertions, 1 deletions
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/ diff --git a/docs/releases/4.0.txt b/docs/releases/4.0.txt index 937363f527..31e327eaf9 100644 --- a/docs/releases/4.0.txt +++ b/docs/releases/4.0.txt @@ -419,6 +419,9 @@ Dropped support for PostgreSQL 9.6 Upstream support for PostgreSQL 9.6 ends in November 2021. Django 4.0 supports PostgreSQL 10 and higher. +Also, the minimum supported version of ``psycopg2`` is increased from 2.5.4 to +2.8.4, as ``psycopg2`` 2.8.4 is the first release to support Python 3.8. + Dropped support for Oracle 12.2 and 18c --------------------------------------- |
