mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Refs #32355 -- Bumped required psycopg2 version to 2.8.4.
psycopg2 2.8.4 is the first release to support Python 3.8.
This commit is contained in:
parent
c4328c2f4e
commit
ca04659b4b
6 changed files with 8 additions and 11 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue