[2.2.x] Refs #32856 -- Doc'd that psycopg2 < 2.9 is required.

This commit is contained in:
Mariusz Felisiak 2021-06-21 13:06:31 +02:00 committed by GitHub
parent dc43667eab
commit 837ffcfa68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -102,10 +102,10 @@ below for information on how to set up your database correctly.
PostgreSQL notes PostgreSQL notes
================ ================
Django supports PostgreSQL 9.4 and higher. `psycopg2`_ 2.5.4 or higher is Django supports PostgreSQL 9.4 and higher. `psycopg2`_ 2.5.4 through 2.8.6 is
required, though the latest release is recommended. required, though the latest release is recommended.
.. _psycopg2: http://initd.org/psycopg/ .. _psycopg2: https://www.psycopg.org/
PostgreSQL connection settings PostgreSQL connection settings
------------------------------- -------------------------------

View File

@ -1 +1 @@
psycopg2-binary>=2.5.4 psycopg2-binary>=2.5.4, < 2.9