[2.1.x] Refs #30331 -- Doc'd that psycopg2 < 2.8 is required.

This commit is contained in:
Mariusz Felisiak 2019-04-05 12:06:04 +02:00 committed by GitHub
parent 32561b84f7
commit 0a8617a5b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

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