diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-11-03 08:42:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-03 08:42:27 +0100 |
| commit | 12141e3116a5df647aff451d47fd27de2bec6394 (patch) | |
| tree | 6e137b28aaa8c517c5982d255393cad332ad8459 /docs | |
| parent | cf63dd5c1b90d72a59dd43f1a75306fa3e11a8bf (diff) | |
[2.2.x] Refs #32856 -- Clarified that psycopg2 < 2.9 is required.
Follow up to 837ffcfa681d0f65f444d881ee3d69aec23770be.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/databases.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 6f97fda828..dc8f6165da 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -103,7 +103,7 @@ PostgreSQL notes ================ 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 2.8.6 is recommended. .. _psycopg2: https://www.psycopg.org/ |
