[1.11.x] Refs #30331 -- Doc'd that psycopg2 < 2.8 is required.
Backport of 0a8617a5b1cac7063f30e4d8ff4ea4c30748f7b8 from stable/2.1.x.
This commit is contained in:
parent
22c0564193
commit
d13490c18a
@ -92,8 +92,8 @@ below for information on how to set up your database correctly.
|
|||||||
PostgreSQL notes
|
PostgreSQL notes
|
||||||
================
|
================
|
||||||
|
|
||||||
Django supports PostgreSQL 9.3 and higher. `psycopg2`_ 2.5.4 or higher is
|
Django supports PostgreSQL 9.3 and higher. `psycopg2`_ 2.5.4 through 2.7.7 is
|
||||||
required, though the latest release is recommended.
|
required, though the 2.7.7 is recommended.
|
||||||
|
|
||||||
.. _psycopg2: http://initd.org/psycopg/
|
.. _psycopg2: http://initd.org/psycopg/
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
psycopg2-binary>=2.5.4
|
psycopg2-binary>=2.5.4,<2.8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user