Unverified Kaydet (Commit) 0a8617a5 authored tarafından Mariusz Felisiak's avatar Mariusz Felisiak Kaydeden (comit) GitHub

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

üst 32561b84
...@@ -92,8 +92,8 @@ below for information on how to set up your database correctly. ...@@ -92,8 +92,8 @@ 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.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/
......
psycopg2-binary>=2.5.4 psycopg2-binary>=2.5.4,<2.8
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment